Commit 10bd919b authored by Noel Alonso's avatar Noel Alonso
Browse files

Arregla test por cambio en generación de esquema

parent a58bd78d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
			"maxLength": 500
		},
		"themeInspire": {
			"type": ["integer", "null"],
			"type": ["string", "null"],
			"url": "/api/atlas/view/themeinspire"
		},
		"latLonBoundsImage": {
@@ -47,7 +47,7 @@
			"type": "string"
		},
		"parent": {
			"type": "integer",
			"type": "string",
			"url": "/api/atlas/view/category"
		}
	},