Decodes a JSON object, discarding recoverable issues.
factory StringPropertySchema.fromJson(Map<String, Object?> json) => decode(json).value;