Rename directories to fit with API schema
All checks were successful
Generate and Release Protos / release (push) Successful in 37s
All checks were successful
Generate and Release Protos / release (push) Successful in 37s
This commit is contained in:
@@ -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": {
|
||||||
@@ -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": {
|
||||||
Reference in New Issue
Block a user