Skip to content

Commit

Permalink
Schema: added service_id to service_capacity
Browse files Browse the repository at this point in the history
Added the service_id backlink to service_capacity
  • Loading branch information
Matt Marshall committed Sep 26, 2024
1 parent f0613a0 commit 0867a63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion schema/service_capacity.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
"description": "The identifier for the service_capacity object. Each service_capacity must have a unique identifier.",
"example": "8896b788-7b3e-11ef-8db9-7f3d040352b3"
},
"service_id": {
"name": "service_id",
"title": "Service Identifier",
"type": "string",
"format": "uuid",
"description": "The identifier for the Service object associated with this service capacity object. Only required in the tabular representation.",
"example": "f75b808e-7bdb-11ef-afaa-ab00a77dc5c4"
},
"unit": {
"$ref": "unit.json"
},
Expand Down Expand Up @@ -69,6 +77,7 @@
"updated"
],
"tabular_required": [
"unit_id"
"unit_id",
"service_id"
]
}

0 comments on commit 0867a63

Please sign in to comment.