{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DynamicModulesErrorMessage", "title": "DynamicModulesErrorMessage", "required": [ "message" ], "type": "object", "properties": { "message": { "type": "string", "description": "The error message." } }, "example": { "message": "The request is not from a Connect app." } }