From 6298763f2f2f97f5ec81baca879657265657003d Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 17 Feb 2026 20:15:20 +0000 Subject: [PATCH] Rename directories to fit with API schema --- schemas/{data-ingress => api}/api-envelope.json | 1 + schemas/{data-ingress => api}/pis-object.json | 1 + 2 files changed, 2 insertions(+) rename schemas/{data-ingress => api}/api-envelope.json (96%) rename schemas/{data-ingress => api}/pis-object.json (91%) 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": {