{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateAppResult", "type": "object", "properties": { "app": { "$ref": "#/definitions/App" } } }