{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/craft-io/main/json-schema/craft-io-entitywithterminology-schema.json", "title": "EntityWithTerminology", "properties": { "id": { "type": "string" }, "name": { "type": "string", "nullable": true }, "customTermName": { "type": "string" } }, "type": "object", "additionalProperties": false }