Commit b2d625ae authored by canterafonsj's avatar canterafonsj
Browse files

EntityInfo fixed

parent 85ad5834
Loading
Loading
Loading
Loading
+12 −33
Original line number Original line Diff line number Diff line
@@ -63,41 +63,20 @@
      }
      }
    },
    },
    "EntityInfo": {
    "EntityInfo": {
      "anyOf": [
        {
      "type": "object",
      "type": "object",
          "required": [
            "id"
          ],
      "properties": {
      "properties": {
        "id": {
        "id": {
              "type": "string"
          "type": "string",
            }
          "format": "uri"
          }
        },
        {
          "type": "object",
          "required": [
            "idPattern"
          ],
          "properties": {
            "idPattern": {
              "type": "string"
            }
          }
        },
        },
        {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
        "type": {
        "type": {
              "type": "string"
          "type": "string",
            }
          "minLength": 1
          }
        },
        "idPattern": {
          "type": "string",
          "format": "regex"
        }
        }
      ]
      }
      }
    }
    }
}
}