added api docs
This commit is contained in:
18
interface/models/storable.yaml
Normal file
18
interface/models/storable.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
components:
|
||||
schemas:
|
||||
Storable:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- id
|
||||
- createdAt
|
||||
- updatedAt
|
||||
properties:
|
||||
id:
|
||||
$ref: ./objectid.yaml#/components/schemas/ObjectId
|
||||
createdAt:
|
||||
type: string
|
||||
format: date-time
|
||||
updatedAt:
|
||||
type: string
|
||||
format: date-time
|
||||
Reference in New Issue
Block a user