{
  "plural": "registryKeys",
  "primaryKey": ["key"],
  "description": "Registry keys",
  "type": "object",
  "audit": false,
  "properties": {
    "key": {
      "type": "string"
    },
    "value": {
      "type": "object"
    }
  },
  "required": ["key"]
}
