{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Environment", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "organizationId": { "type": "string" }, "isProduction": { "type": "boolean" }, "type": { "type": "string" }, "clientId": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } } }