When a property is declared in the json as note:note for instance, the code in DocumentPropertiesJsonReader doesn't correctly handle schema retrieval.
This is true for any @builtin types.
As the reader does field.getType().getSchema(), we get a null schema for builtin types.