action mineskin_get_validate_uuid_uuid { label: "get_validate_uuid_uuid" provider: mineskin method: GET path: "/validate/uuid/{uuid}" encoding: json input: { type: "object" properties: { uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" required: ["valid"] properties: { name: { type: "string" } uuid: { type: "string" } valid: { type: "boolean" } } } }