{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntitySchemaAppConfigItem.json", "title": "EntitySchemaAppConfigItem", "allOf": [ { "$ref": "#/components/schemas/BaseAppConfigItem" }, { "$ref": "#/components/schemas/LinkedAppConfigResourceMixin" }, { "properties": { "subtype": { "$ref": "#/components/schemas/SchemaDependencySubtypes" }, "type": { "enum": [ "entity_schema" ], "example": "entity_schema", "type": "string" }, "value": { "example": "ts_e59sjL23", "nullable": true, "type": "string" } } } ] }