mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 00:31:19 +00:00
22 lines
533 B
JSON
22 lines
533 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
"$id": "https://abcdef.com/schemas/v2/sample-node-api",
|
|
"allOf": [
|
|
{ "$ref": "https://zowe.org/schemas/v2/server-base" },
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"components": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"sample-iframe": {
|
|
"$ref": "https://zowe.org/schemas/v2/server-base#zoweComponent"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|