{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListOfSdkConfigurationProperty", "title": "ListOfSdkConfigurationProperty", "type": "array", "items": { "$ref": "#/components/schemas/SdkConfigurationProperty" } }