{
    "$schema": "http://json-schema.org/schema",
    "$id": "NgNewSchema",
    "title": "NgNew Schema",
    "type": "object",
    "properties": { 
      "prjid": {
        "description": "The id of the project managed by Kraftos.",
        "type": "number"
      },
      "ucfid": {
        "description": "The id of the frontend use case managed by Kraftos.",
        "type": "number"
      }
  }
}