openapi: 3.0.0 info: title: NYCU Dataverse Native & Search Access Metadatablocks API description: OpenAPI description served by the National Yang Ming Chiao Tung University (NYCU) Dataverse research-data repository (Dataverse Project v5.10.1) at https://dataverse.lib.nycu.edu.tw. Captured unmodified from the live /openapi endpoint; only the servers and info blocks were adjusted to point at the public base URL. version: 5.10.1 servers: - url: https://dataverse.lib.nycu.edu.tw description: NYCU Dataverse production instance. tags: - name: Metadatablocks paths: /api/v1/metadatablocks: get: operationId: list responses: default: content: application/json: schema: type: object description: Default Response. tags: - Metadatablocks /api/v1/metadatablocks/{identifier}: get: operationId: getBlock parameters: - name: identifier in: path required: true schema: type: string responses: default: content: application/json: schema: type: object description: Default Response. tags: - Metadatablocks