{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "com.rosetta.model.lib.meta",
  "type": "object",
  "title": "Key",
  "properties": {
    "scope": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}
