{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "List named execution environments registered with the app-server.", "properties": { "cursor": { "type": [ "string", "null" ] }, "limit": { "format": "uint32", "minimum": 0.0, "type": [ "integer", "null" ] } }, "title": "EnvironmentListParams", "type": "object" }