{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ArrayOfExtensionsObject", "title": "ArrayOfExtensionsObject", "type": "object", "required": [ "extensions" ], "properties": { "extensions": { "type": "array", "items": { "type": "string" }, "description": "Array of extensions that will be validated." } } }