blob: 888b546a5412fe4c9ef57ef4b82bd3648487d21c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/**
* SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc>
* SPDX-License-Identifier: CC-BY-SA-4.0
**/
// 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": {
}
}
|