{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_ScimUser_meta", "title": "property_ScimUser_meta", "properties": { "created": { "type": "string" }, "lastModified": { "type": "string" }, "location": { "type": "string" }, "resourceType": { "enum": [ "User", "Group" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "version": { "type": "string" } }, "type": "object" }