{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TargetInput", "type": "object", "properties": { "target": { "type": "string", "description": "The target address (IP or hostname) and port." }, "weight": { "type": "integer" }, "tags": { "type": "array" } } }