{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/invopop/jsonschema/outer-ptr",
  "properties": {
    "Foo": {
      "type": "string"
    },
    "Text": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "type": "object",
  "required": [
    "Foo"
  ]
}