@divvydiary/divvydiary-json-schemas 1.8.12 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/schemas/_defs.json +12 -0
package/package.json
CHANGED
package/src/schemas/_defs.json
CHANGED
|
@@ -701,6 +701,18 @@
|
|
|
701
701
|
"type": "string",
|
|
702
702
|
"enum": ["active", "sold"]
|
|
703
703
|
}
|
|
704
|
+
},
|
|
705
|
+
"sectors": {
|
|
706
|
+
"type": "array",
|
|
707
|
+
"items": {
|
|
708
|
+
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/sector"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"countries": {
|
|
712
|
+
"type": "array",
|
|
713
|
+
"items": {
|
|
714
|
+
"$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
|
|
715
|
+
}
|
|
704
716
|
}
|
|
705
717
|
}
|
|
706
718
|
},
|