Properties
| Name | Type | Description |
|---|---|---|
| applicationId | string | |
| applicationName | string | |
| applicationType | string | |
| status | string | |
| version | string | |
| deployedServers | array | |
| createdAt | string | |
| updatedAt | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Application",
"type": "object",
"properties": {
"applicationId": {
"type": "string"
},
"applicationName": {
"type": "string"
},
"applicationType": {
"type": "string"
},
"status": {
"type": "string"
},
"version": {
"type": "string"
},
"deployedServers": {
"type": "array"
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
}