{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_environment_v3_CreateResponse", "title": "pwa_environment_v3_CreateResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "environment": { "$ref": "#/components/schemas/pwa_environment_v3_Environment" }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "environment", "status_code" ] }