{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/environmentResourcesPOSTInput", "title": "environmentResourcesPOSTInput", "type": "object", "required": [ "resourceIds" ], "properties": { "resourceIds": { "type": "array", "items": { "type": "string", "description": "The ID of an env group, a service, a Postgres database, or a Redis instance" } } } }