Rename directories to fit with API schema
All checks were successful
Generate and Release Protos / release (push) Successful in 37s

This commit is contained in:
2026-02-17 20:15:20 +00:00
parent 7259dfaa37
commit 6298763f2f
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"$id": "https://schema.owlboard.info/api/api-envelope.schema.json", "$id": "https://schema.owlboard.info/api/api-envelope.schema.json",
"$schema": "https://json-schema.org/draft-07/schema#", "$schema": "https://json-schema.org/draft-07/schema#",
"title": "ApiEnvelope", "title": "ApiEnvelope",
"description": "OwlBoard API Envelope",
"type": "object", "type": "object",
"properties": { "properties": {
"t": { "t": {

View File

@@ -2,6 +2,7 @@
"$id": "https://schema.owlboard.info/api/pis-object.schema.json", "$id": "https://schema.owlboard.info/api/pis-object.schema.json",
"$schema": "https://json-schema.org/draft-07/schema#", "$schema": "https://json-schema.org/draft-07/schema#",
"title": "PisObjects", "title": "PisObjects",
"description": "PIS API Resonse, contains the code and optionally, TOC and/or a list of CRS, TIPLOC",
"type": "object", "type": "object",
"properties": { "properties": {
"code": { "code": {