{
  "validateUpsert": true,
  "properties": {
    "id": {
      "type": "string",
      "id": true,
      "json": false
    },
    "modelId": {
      "type": "string",
      "required": true,
      "json": false
    },
    "facetName": {
      "type": "string",
      "required": true,
      "json": false
    },
    "aliases": {
      "type": "array"
    },
    "isStatic": {
      "type": "boolean"
    },
    "accepts": {
      "type": "array"
    },
    "returns": {
      "type": "array"
    },
    "description": {
      "type": "string"
    },
    "http": {
      "type": ["object"]
    },
    "shared": {
      "type": "boolean"
    }
  },
  "public": true,
  "dataSource": "db",
  "base": "WorkspaceEntity"
}
