{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LifecycleEnvironment", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "label": { "type": "string" }, "description": { "type": "['string', 'null']" }, "organization_id": { "type": "integer" }, "organization": { "type": "object" }, "library": { "type": "boolean" }, "prior": { "type": "object" }, "successor": { "type": "['object', 'null']" }, "counts": { "type": "object" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }