{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityTypes", "title": "EntityTypes", "type": "string", "enum": [ "billing-invoice", "access-token", "webhook", "dev-portal", "dataplane-group", "dataplane", "kai-enablement", "enterprise-trial" ], "x-speakeasy-unknown-values": "allow" }