{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RestAuthentication", "type": "object", "properties": { "type": { "type": "string", "description": "Authentication type." } } }