{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvironmentAttributes", "type": "object", "properties": { "name": { "type": "string" }, "stage": { "type": "string" }, "archive": { "type": "boolean" }, "path": { "type": "string" }, "library_name": { "type": "string" }, "library_path": { "type": "string" }, "token": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }