{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Target", "type": "object", "properties": { "id": { "type": "string" }, "target": { "type": "string" }, "weight": { "type": "integer" }, "tags": { "type": "array" }, "upstream": { "type": "object" }, "created_at": { "type": "number" }, "updated_at": { "type": "number" } } }