Unified.to · Schema

property_ScimGroup_meta

IntegrationsUnified API

Properties

Name Type Description
created string
lastModified string
location string
resourceType string
version string
View JSON Schema on GitHub

JSON Schema

unified-to-property-scimgroup-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_ScimGroup_meta",
  "title": "property_ScimGroup_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"
}