{
  "friendlyName": "HookPushLog",
  "kind": "SchemaRootObject",
  "name": "HookPushLogDTO",
  "properties": [
    {
      "description": "Id",
      "friendlyName": "Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Push Date",
      "friendlyName": "Push Date",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "pushDate",
      "underlyingName": "PushDate",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "description": "Request Body",
      "friendlyName": "Request Body",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "requestBody",
      "underlyingName": "RequestBody",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Request Uri",
      "friendlyName": "Request Uri",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "requestUri",
      "underlyingName": "RequestUri",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Response Body",
      "friendlyName": "Response Body",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "responseBody",
      "underlyingName": "ResponseBody",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Response Phrase",
      "friendlyName": "Response Phrase",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "responsePhrase",
      "underlyingName": "ResponsePhrase",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Response Status",
      "friendlyName": "Response Status",
      "isLogicalPrimitive": true,
      "isNullable": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "responseStatus",
      "underlyingName": "ResponseStatus",
      "underlyingType": "int?",
      "underlyingTypeRef": "Nullable`1"
    }
  ],
  "underlyingType": "HookPushLogDTO",
  "underlyingTypeRef": "HookPushLogDTO"
}