{
    "$schema": "http://json-schema.org/schema",
    "$id": "RouterSchema",
    "title": "Router Schema",
    "type": "object",
    "required": ["schema"],
    "properties": { 
      "schema": {
        "description": "The schema name to be run.",
        "type": "string"
      },
      "prjid": {
        "description": "The id of the project managed by Kraftos.",
        "type": "number"
      },
      "enumdefid": {
        "description": "The id of the enum managed by Kraftos.",
        "type": "number"
      },
      "modelid": {
        "description": "The id of the model managed by Kraftos.",
        "type": "number"
      },
      "modelrelid": {
        "description": "The id of the relation of the model managed by Kraftos.",
        "type": "number"
      }
  }
}