{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/gaia-x-loire/GaiaXEndpoint",
	"title": "GaiaXEndpoint",
	"description": "Endpoint as defined by the Gaia-X ontology.\nhttps://docs.gaia-x.eu/ontology/development/classes/Endpoint",
	"type": "object",
	"properties": {
		"type": {
			"const": "Endpoint",
			"description": "The type of JSON-LD node. In this case it is allowed to be omitted as it is usually a child node."
		},
		"endpointURL": {
			"type": "string",
			"description": "The endpoint URL"
		},
		"formalDescription": {
			"type": "string",
			"description": "The formal description"
		},
		"standardConformity": {
			"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject",
			"description": "Standards conformity"
		}
	},
	"required": ["type", "endpointURL"]
}
