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