Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "#/definitions/FeatureManagementConfiguration",
"definitions": {
"FeatureManagementConfiguration": {
"type": "object",
"additionalProperties": false,
"properties": {
"FeatureManagement": {
"$ref": "#/definitions/FeatureManagement"