Commit b59d007b authored by Ignacio's avatar Ignacio
Browse files

Corrige test de citation de jsonschema

parent 48384740
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -63,17 +63,11 @@
					]
				},
				"startDate": {
					"type": [
						"string",
						"null"
					],
					"type": "string",
					"format": "date-time"
				},
				"endDate": {
					"type": [
						"string",
						"null"
					],
					"type":	"string",
					"format": "date-time"
				},
				"remark": {