2 Commits

Author SHA1 Message Date
e3bab25418 Rename envelope to improve output-type naming
All checks were successful
Generate and Release Protos / release (push) Successful in 28s
2026-02-17 20:31:19 +00:00
6298763f2f Rename directories to fit with API schema
All checks were successful
Generate and Release Protos / release (push) Successful in 37s
2026-02-17 20:15:20 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
{ {
"$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": "Envelope",
"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": {