Extend TOC info type to handle URL
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
This commit is contained in:
@@ -34,12 +34,19 @@
|
|||||||
"required": ["c", "n"],
|
"required": ["c", "n"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"c": {
|
"c": {
|
||||||
|
"name": "ATOC Code",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The ATOC 'code' for the TOC"
|
"description": "The ATOC 'code' for the TOC"
|
||||||
},
|
},
|
||||||
"n": {
|
"n": {
|
||||||
|
"name": "TOC Name",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the TOC"
|
"description": "The name of the TOC"
|
||||||
|
},
|
||||||
|
"u": {
|
||||||
|
"name": "URL",
|
||||||
|
"type": "string",
|
||||||
|
"description": "URL for TOC Information"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user