Fix formatting
All checks were successful
Generate and Release Protos / release (push) Successful in 41s
All checks were successful
Generate and Release Protos / release (push) Successful in 41s
This commit is contained in:
@@ -31,7 +31,10 @@
|
|||||||
"definitions": {
|
"definitions": {
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["n", "o"],
|
"required": [
|
||||||
|
"n",
|
||||||
|
"o"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"n": {
|
"n": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -74,7 +77,10 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Origin",
|
"title": "Origin",
|
||||||
"description": "The services origin",
|
"description": "The services origin",
|
||||||
"required": ["t", "n"],
|
"required": [
|
||||||
|
"t",
|
||||||
|
"n"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"t": {
|
"t": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -92,7 +98,10 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Destination",
|
"title": "Destination",
|
||||||
"description": "The services destination",
|
"description": "The services destination",
|
||||||
"required": ["t", "n"],
|
"required": [
|
||||||
|
"t",
|
||||||
|
"n"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"t": {
|
"t": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -115,7 +124,10 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "False Destination",
|
"title": "False Destination",
|
||||||
"description": "False destination should be preferred on public boards",
|
"description": "False destination should be preferred on public boards",
|
||||||
"required": ["t", "n"],
|
"required": [
|
||||||
|
"t",
|
||||||
|
"n"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"t": {
|
"t": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -266,7 +278,9 @@
|
|||||||
},
|
},
|
||||||
"boardMsgs": {
|
"boardMsgs": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["t"],
|
"required": [
|
||||||
|
"t"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"t": {
|
"t": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user