{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.app.create-schema.json", "title": "platform.app.create", "description": "Published when an application is created.", "type": "object", "properties": { "app": { "type": "object", "description": "The created application", "properties": { "guid": { "$ref": "#/components/schemas/Application/properties/guid" }, "name": { "$ref": "#/components/schemas/Application/then/properties/name" }, "platform": { "$ref": "#/components/schemas/Application/properties/platform" }, "provider_guid": { "$ref": "#/components/schemas/Application/properties/provider_guid" }, "source": { "$ref": "#/components/schemas/Application/properties/source" }, "type": { "$ref": "#/components/schemas/Application/properties/type" } }, "example": { "guid": {}, "name": {}, "platform": {}, "provider_guid": {}, "source": {}, "type": {} } } } }