{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/Thing.jsd", "title": "http://alumio.com/Thing", "description": "The most generic type of item.", "allOf": [ { "$ref": "https://json-ld.org/schemas/jsonld-schema.json" }, { "type": "object", "properties": { "additionalProperty": { "$ref": "additionalProperty.prop.jsd" }, "additionalType": { "$ref": "additionalType.prop.jsd" }, "description": { "$ref": "description.prop.jsd" }, "identifier": { "$ref": "identifier.prop.jsd" }, "image": { "$ref": "image.prop.jsd" }, "name": { "$ref": "name.prop.jsd" }, "url": { "$ref": "url.prop.jsd" } } } ] }