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",
|
||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||
"title": "ApiEnvelope",
|
||||
"description": "OwlBoard API Envelope",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"t": {
|
||||
@@ -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": {
|
||||
Reference in New Issue
Block a user