ルート・スキーマ: EnvironmentDbcaTemplates
タイプ: object
Oracleホーム内のDBCAデータベース・テンプレートのリストを表します。
ソースの表示
{
"type":"object",
"description":"Represents a list of the DBCA Database Templates in the Oracle Home.",
"properties":{
"items":{
"type":"array",
"items":{
"type":"object",
"properties":{
"filename":{
"type":"string",
"description":"Name of the template file."
},
"size":{
"type":"integer",
"description":"Size (in bytes) of the template file."
},
"updated":{
"type":"string",
"description":"The last update date of the template file."
},
"links":{
"type":"array",
"items":{
"$ref":"#/definitions/LinkRelation"
}
}
}
}
},
"links":{
"type":"array",
"items":{
"$ref":"#/definitions/LinkRelation"
}
}
}
}
ネストされたスキーマ: items
タイプ: array
ソースの表示
{
"type":"array",
"items":{
"type":"object",
"properties":{
"filename":{
"type":"string",
"description":"Name of the template file."
},
"size":{
"type":"integer",
"description":"Size (in bytes) of the template file."
},
"updated":{
"type":"string",
"description":"The last update date of the template file."
},
"links":{
"type":"array",
"items":{
"$ref":"#/definitions/LinkRelation"
}
}
}
}
}
ネストされたスキーマ: links
タイプ: array
ソースの表示
{
"type":"array",
"items":{
"$ref":"#/definitions/LinkRelation"
}
}
ネストされたスキーマ: items
タイプ: object
ソースの表示
{
"type":"object",
"properties":{
"filename":{
"type":"string",
"description":"Name of the template file."
},
"size":{
"type":"integer",
"description":"Size (in bytes) of the template file."
},
"updated":{
"type":"string",
"description":"The last update date of the template file."
},
"links":{
"type":"array",
"items":{
"$ref":"#/definitions/LinkRelation"
}
}
}
}
ネストされたスキーマ: links
タイプ: array
ソースの表示
{
"type":"array",
"items":{
"$ref":"#/definitions/LinkRelation"
}
}
ネストされたスキーマ: LinkRelation
タイプ: object
ソースの表示
{
"type":"object",
"properties":{
"rel":{
"type":"string"
},
"href":{
"type":"string"
}
},
"required":[
"rel",
"href"
]
}