{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EstablishmentMeans", "type": "object", "properties": { "establishment_means": { "type": "string" }, "place": { "$ref": "#/definitions/CorePlace" } } }