{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseEnvelopeUserDynamicSkillResponseDTO", "title": "ResponseEnvelopeUserDynamicSkillResponseDTO", "type": "object", "description": "The response envelope for user dynamic skill operations.", "properties": { "meta": { "type": "object", "additionalProperties": {}, "description": "Metadata information for the response." }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/UserDynamicSkillResponseDTO" }, "description": "The response data payload." } } }