Project

General

Profile

« Previous | Next » 

Revision a8442778

Added by koszko over 1 year ago

change URL in schema 's

View differences:

api_mapping_description-1.schema.json
1 1
{
2 2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "$id": "https://hydrilla.koszko.org/api_mapping_description-1.schema.json",
3
    "$id": "https://hydrilla.koszko.org/schemas/api_mapping_description-1.schema.json",
4 4
    "title": "Mapping description",
5 5
    "description": "Definition of a Hydrilla mapping, as served through HTTP API",
6 6
    "allOf": [{
api_query_result-1.schema.json
1 1
{
2 2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "$id": "https://hydrilla.koszko.org/api_query_result-1.schema.json",
3
    "$id": "https://hydrilla.koszko.org/schemas/api_query_result-1.schema.json",
4 4
    "title": "Query result",
5 5
    "description": "Object with a list of references to mappings that contain payloads for requested URL",
6 6
    "type": "object",
api_resource_description-1.schema.json
1 1
{
2 2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "$id": "https://hydrilla.koszko.org/api_resource_description-1.schema.json",
3
    "$id": "https://hydrilla.koszko.org/schemas/api_resource_description-1.schema.json",
4 4
    "title": "Resource description",
5 5
    "description": "Definition of a Hydrilla resource, as served through HTTP API",
6 6
    "allOf": [{
api_source_description-1.schema.json
1 1
{
2 2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "$id": "https://hydrilla.koszko.org/api_source_description-1.schema.json",
3
    "$id": "https://hydrilla.koszko.org/schemas/api_source_description-1.schema.json",
4 4
    "title": "Source description",
5 5
    "description": "Built description of a Hydrilla source package",
6 6
    "type": "object",
common_definitions-1.schema.json
1 1
{
2 2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "$id": "https://hydrilla.koszko.org/common_definitions-1.schema.json",
3
    "$id": "https://hydrilla.koszko.org/schemas/common_definitions-1.schema.json",
4 4
    "title": "Common definitions",
5 5
    "description": "Definitions used by other Hydrilla schemas",
6 6
    "definitions": {
package_source-1.schema.json
1 1
{
2 2
    "$schema": "http://json-schema.org/draft-07/schema#",
3
    "$id": "https://hydrilla.koszko.org/package_source-1.schema.json",
3
    "$id": "https://hydrilla.koszko.org/schemas/package_source-1.schema.json",
4 4
    "title": "Package source",
5 5
    "description": "Definition of a Hydrilla source package",
6 6
    "type": "object",

Also available in: Unified diff