{
  "friendlyName": "CredentialsRequest",
  "kind": "SchemaRootObject",
  "name": "CredentialsRequest",
  "properties": [
    {
      "description": "Customer id",
      "friendlyName": "Customer id",
      "isLogicalPrimitive": true,
      "isNullable": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "customer_id",
      "underlyingName": "CustomerId",
      "underlyingType": "int?",
      "underlyingTypeRef": "Nullable`1"
    },
    {
      "description": "Grant type",
      "friendlyName": "Grant type",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "grant_type",
      "underlyingName": "GrantType",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Password",
      "friendlyName": "Password",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "password",
      "underlyingName": "Password",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Username",
      "friendlyName": "Username",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "username",
      "underlyingName": "Username",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "CredentialsRequest",
  "underlyingTypeRef": "CredentialsRequest"
}