diff --git a/schemas/data-ingress/api-envelope.json b/schemas/api/api-envelope.json similarity index 96% rename from schemas/data-ingress/api-envelope.json rename to schemas/api/api-envelope.json index 1d5c505..e2e2ba6 100644 --- a/schemas/data-ingress/api-envelope.json +++ b/schemas/api/api-envelope.json @@ -2,6 +2,7 @@ "$id": "https://schema.owlboard.info/api/api-envelope.schema.json", "$schema": "https://json-schema.org/draft-07/schema#", "title": "ApiEnvelope", + "description": "OwlBoard API Envelope", "type": "object", "properties": { "t": { diff --git a/schemas/data-ingress/pis-object.json b/schemas/api/pis-object.json similarity index 91% rename from schemas/data-ingress/pis-object.json rename to schemas/api/pis-object.json index 798f187..9043bae 100644 --- a/schemas/data-ingress/pis-object.json +++ b/schemas/api/pis-object.json @@ -2,6 +2,7 @@ "$id": "https://schema.owlboard.info/api/pis-object.schema.json", "$schema": "https://json-schema.org/draft-07/schema#", "title": "PisObjects", + "description": "PIS API Resonse, contains the code and optionally, TOC and/or a list of CRS, TIPLOC", "type": "object", "properties": { "code": {