Resource allocation with assigned and reassigned counts
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceAllocation", "title": "ResourceAllocation", "type": "object", "description": "Resource allocation with assigned and reassigned counts", "properties": { "assigned": { "type": "number", "description": "Number of resources assigned to this organization", "example": 42.5 }, "reassigned": { "type": "number", "description": "Number of resources reassigned to sub-organizations", "example": 42.5 } } }