get: summary: Find attribute data by id operationId: getAttribute description: Info for a specific attribute tags: - attributes parameters: - $ref: "../parameters/path/id.yaml" responses: '200': $ref: "../responses/Attribute.yaml" '400': $ref: "../responses/400.yaml" '500': $ref: "../responses/500.yaml"