Commit 31599667 authored by canterafonsj's avatar canterafonsj
Browse files

Fix common schema. At last

parent 88f28fba
Loading
Loading
Loading
Loading
+149 −153
Original line number Diff line number Diff line
@@ -23,8 +23,7 @@
			"format": "date-time"
		},
		"LdContext": {
      "anyOf": [
        {
			"anyOf": [{
					"type": "object"
				},
				{
@@ -35,8 +34,7 @@
					"type": "array",
					"minItems": 1,
					"items": {
            "anyOf": [
              {
						"anyOf": [{
								"type": "string",
								"format": "uri"
							},
@@ -85,7 +83,6 @@
			"required": [
				"type"
			]
    }
		},
		"ProblemDetails": {
			"type": "object",
@@ -106,8 +103,7 @@
			]
		},
		"georel": {
    "anyOf": [
      {
			"anyOf": [{
					"type": "string",
					"enum": [
						"equals",
@@ -125,8 +121,7 @@
			]
		},
		"coordinates": {
    "oneOf": [
      {
			"oneOf": [{
					"$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json#/definitions/position"
				},
				{
@@ -152,3 +147,4 @@
			]
		}
	}
}
 No newline at end of file