-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathe-holdings.yaml
More file actions
26 lines (26 loc) · 892 Bytes
/
e-holdings.yaml
File metadata and controls
26 lines (26 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
openapi: 3.0.0
info:
title: E-holdings export schemas
version: v1
servers:
- url: https://stub.com/
paths:
/stub:
get:
responses:
"200":
description: stub
components:
schemas:
note:
$ref: '../../../../folio-export-common/schemas/note/note.json#/Note'
eProvider:
$ref: '../../../../folio-export-common/schemas/eholdings/e-provider/provider.json#/EProvider'
ePackage:
$ref: '../../../../folio-export-common/schemas/eholdings/e-package/package.json#/EPackage'
eResource:
$ref: '../../../../folio-export-common/schemas/eholdings/e-resources/resource.json#/EResource'
eResources:
$ref: '../../../../folio-export-common/schemas/eholdings/e-resources/resources.json#/EResources'
accessTypeData:
$ref: '../../../../folio-export-common/schemas/eholdings/accessTypes/accessTypeData.json#/AccessTypeData'