Update json-schemas for SRA v1

This commit is contained in:
fragosti
2018-07-30 17:16:14 -07:00
parent 43d7045a5b
commit e671563f1e
18 changed files with 160 additions and 118 deletions

View File

@@ -0,0 +1,5 @@
export const relayerApiOrdersSchema = {
id: '/RelayerApiOrders',
type: 'array',
items: { $ref: '/RelayerApiOrder' },
};