{ "$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" } } }