removedOutput schema / properties / activities / items / properties / accessibility / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / accessibility / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / duration / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / duration / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / feeDescription / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / feeDescription / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / latitude / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / latitude / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / location / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / location / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / longitude / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / longitude / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / parkCode / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / parkCode / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / activities / items / properties / url / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / activities / items / properties / url / type
Added value: +[
+ "string",
+ "null"
+]