openapi: 3.0.0 info: title: NYCU Dataverse Native & Search Access Meta 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: Meta paths: /api/v1/meta/datafile/{fileId}: get: operationId: datafile parameters: - name: fileId in: path required: true schema: type: number - name: fileMetadataId in: query schema: type: number - name: exclude in: query schema: type: string - name: include in: query schema: type: string responses: default: content: text/xml: schema: type: string description: Default Response. tags: - Meta /api/v1/meta/dataset/{datasetId}: get: operationId: dataset parameters: - name: datasetId in: path required: true schema: type: number - name: exclude in: query schema: type: string - name: include in: query schema: type: string responses: default: content: application/xml: schema: type: string description: Default Response. tags: - Meta