{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityProperty", "title": "EntityProperty", "additionalProperties": false, "description": "An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).", "properties": { "key": { "description": "The key of the property. Required on create and update.", "type": "string" }, "value": { "description": "The value of the property. Required on create and update." } }, "type": "object" }