Whether the resource is space, object, or person.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceDataDiscriminator", "title": "Resource data discriminator", "enum": [ "Space", "Object", "Person" ], "type": "string", "description": "Whether the resource is space, object, or person." }