-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathauthority-control.yaml
24 lines (24 loc) · 1 KB
/
authority-control.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
openapi: 3.0.0
info:
title: Entities-links export schemas
version: v1
servers:
- url: https://stub.com/
paths:
/stub:
get:
responses:
"200":
description: stub
components:
schemas:
authorityControlExportConfig:
$ref: '../../../../folio-export-common/schemas/authority-control/authorityControlExportConfig.json#/AuthorityControlExportConfig'
authorityDataStatDto:
$ref: '../../../../folio-export-common/schemas/authority-control/authorityDataStatDto.json#/AuthorityDataStatDto'
instanceDataStatDto:
$ref: '../../../../folio-export-common/schemas/authority-control/instanceDataStatDto.json#/InstanceDataStatDto'
authorityDataStatDtoCollection:
$ref: '../../../../folio-export-common/schemas/authority-control/authorityDataStatDtoCollection.json#/AuthorityDataStatDtoCollection'
instanceDataStatDtoCollection:
$ref: '../../../../folio-export-common/schemas/authority-control/instanceDataStatDtoCollection.json#/InstanceDataStatDtoCollection'