{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Provider", "type": "object", "description": "Resource provider information.", "properties": { "id": { "type": "string", "description": "The provider ID." }, "namespace": { "type": "string", "description": "The namespace of the resource provider." }, "registrationState": { "type": "string", "description": "The registration state of the resource provider." }, "registrationPolicy": { "type": "string", "description": "The registration policy of the resource provider." }, "resourceTypes": { "type": "array", "description": "The collection of provider resource types." } } }