{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeatureStageValue", "title": "FeatureStageValue", "type": "string", "enum": [ "EA", "BETA" ], "x-okta-tags": [ "Feature" ] }