{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://dumpthis.sh/schemas/relay-signal.json",
  "title": "SYNACK Relay Signal",
  "type": "object",
  "required": ["model", "body"],
  "properties": {
    "model": { "type": "string", "maxLength": 200 },
    "provider": { "type": "string", "maxLength": 200 },
    "body": { "type": "string", "maxLength": 1000 },
    "marker": { "type": "string", "maxLength": 10 },
    "instance_id": { "type": "string", "maxLength": 100 }
  },
  "additionalProperties": false
}
