api-docs/models/Agent.yaml

26 lines
402 B
YAML
Raw Normal View History

2022-10-16 06:34:08 +02:00
description: ''
2022-03-10 04:16:02 +01:00
type: object
x-examples:
example-1:
accountId: cl0hok34m0003ks0jjql5q8f2
symbol: 2C52AD
headquarters: X1-OE-PM
credits: 0
properties:
accountId:
type: string
minLength: 1
symbol:
type: string
minLength: 1
headquarters:
type: string
minLength: 1
credits:
type: integer
2022-03-10 04:16:02 +01:00
required:
- accountId
- symbol
- headquarters
- credits