* remove everything v1 and make v2 default * move main v2 rewrites to book * move rewrites to book + other fixes
21 lines
439 B
YAML
21 lines
439 B
YAML
type: object
|
|
description: SUMMARY
|
|
x-schemaName: AdminPostStockLocationsReq
|
|
required:
|
|
- name
|
|
properties:
|
|
name:
|
|
type: string
|
|
title: name
|
|
description: The stock location's name.
|
|
address:
|
|
$ref: ./StockLocationAddress.yaml
|
|
address_id:
|
|
type: string
|
|
title: address_id
|
|
description: The stock location's address id.
|
|
metadata:
|
|
type: object
|
|
description: The stock location's metadata.
|
|
properties: {}
|