{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Nullable_String",
  "type": [
    "string",
    "null"
  ]
}

Local Graph