summaryrefslogtreecommitdiff
path: root/api_mapping_description-1.schema.json
blob: 6b0e7234b6f0f02540cd09d30737d83dac5d98ba (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://hydrilla.koszko.org/schemas/api_mapping_description-1.schema.json",
    "title": "Mapping description",
    "description": "Definition of a Hydrilla mapping, as served through HTTP API",
    "allOf": [{
	"$ref": "./common_definitions-1.schema.json#/definitions/mapping_definition_base"
    }, {
	"$ref": "./common_definitions-1.schema.json#/definitions/item_definition"
    }]
}