aboutsummaryrefslogtreecommitdiff
path: root/app/models/schemas/resource_feature_properties.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/schemas/resource_feature_properties.json')
-rw-r--r--app/models/schemas/resource_feature_properties.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/models/schemas/resource_feature_properties.json b/app/models/schemas/resource_feature_properties.json
new file mode 100644
index 0000000..84cd6ae
--- /dev/null
+++ b/app/models/schemas/resource_feature_properties.json
@@ -0,0 +1,12 @@
+// JSON Schema for Resource#feature
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "$id": "https://api.incommon.cc/schema/resource_feature.json",
+ "title":
+ "type": "object",
+ "required": [],
+ "geometry": {
+ },
+ "properties": {
+ }
+}