Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
48 lines
962 B
YAML
48 lines
962 B
YAML
type: object
|
|
description: The fulfillment set's parent.
|
|
x-schemaName: AdminFulfillmentSet
|
|
required:
|
|
- id
|
|
- name
|
|
- type
|
|
- location
|
|
- service_zones
|
|
- created_at
|
|
- updated_at
|
|
- deleted_at
|
|
properties:
|
|
id:
|
|
type: string
|
|
title: id
|
|
description: The parent's ID.
|
|
name:
|
|
type: string
|
|
title: name
|
|
description: The parent's name.
|
|
type:
|
|
type: string
|
|
title: type
|
|
description: The parent's type.
|
|
location:
|
|
$ref: ./AdminStockLocation.yaml
|
|
service_zones:
|
|
type: array
|
|
description: The parent's service zones.
|
|
items:
|
|
$ref: ./AdminServiceZone.yaml
|
|
created_at:
|
|
type: string
|
|
format: date-time
|
|
title: created_at
|
|
description: The parent's created at.
|
|
updated_at:
|
|
type: string
|
|
format: date-time
|
|
title: updated_at
|
|
description: The parent's updated at.
|
|
deleted_at:
|
|
type: string
|
|
format: date-time
|
|
title: deleted_at
|
|
description: The parent's deleted at.
|