{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "appId": { "@id": "schema:appId", "@type": "xsd:string" }, "appArn": { "@id": "schema:appArn", "@type": "xsd:string" }, "name": { "@id": "schema:name" }, "description": { "@id": "schema:description" }, "repository": { "@id": "schema:repository", "@type": "xsd:string" }, "platform": { "@id": "schema:platform", "@type": "xsd:string" }, "createTime": { "@id": "schema:createTime", "@type": "xsd:dateTime" }, "updateTime": { "@id": "schema:updateTime", "@type": "xsd:dateTime" }, "defaultDomain": { "@id": "schema:defaultDomain", "@type": "xsd:string" }, "productionBranch": { "@id": "schema:productionBranch", "@type": "xsd:string" } } }