{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "spring": "https://spring.io/vocab#", "xsd": "http://www.w3.org/2001/XMLSchema#", "ConfigEnvironment": "spring:ConfigEnvironment", "PropertySource": "spring:PropertySource", "ConfigServer": "spring:ConfigServer", "name": { "@id": "schema:name" }, "description": { "@id": "schema:description" }, "profiles": { "@id": "spring:profiles", "@container": "@list" }, "label": { "@id": "spring:label", "@type": "xsd:string" }, "version": { "@id": "schema:version" }, "propertySources": { "@id": "spring:propertySources", "@container": "@list" }, "source": { "@id": "spring:source", "@container": "@index" }, "application": { "@id": "spring:application", "@type": "xsd:string" }, "profile": { "@id": "spring:profile", "@type": "xsd:string" }, "SoftwareSourceCode": "schema:SoftwareSourceCode", "url": "schema:url" } }