{
  "description": "DTO (Data Transfer Object) for Helper class WebApiKeyDomain representing the 'Web Api Key Domain' entity",
  "friendlyName": "WebApiKeyDomain",
  "kind": "SchemaRootObject",
  "name": "WebApiKeyDomainDTO",
  "properties": [
    {
      "description": "Domain",
      "friendlyName": "Domain",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "domain",
      "underlyingName": "Domain",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Methods",
      "elementSchema": {
        "isLogicalPrimitive": true,
        "kind": "SchemaRootObject",
        "name": "String",
        "underlyingType": "string",
        "underlyingTypeRef": "String"
      },
      "friendlyName": "Methods",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "methods",
      "underlyingName": "Methods",
      "underlyingType": "string[]",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "WebApiKeyDomainDTO",
  "underlyingTypeRef": "WebApiKeyDomainDTO"
}