Skip to content

Commit d5c893a

Browse files
docs: adjust additional properties example (#302)
1 parent 2c316cc commit d5c893a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ if (field.isMissing()) {
211211
Sometimes, the server response may include additional properties that are not yet available in this library's types. You can access them using the model's `_additionalProperties` method:
212212

213213
```java
214-
JsonValue secret = card._additionalProperties().get("secret_field");
214+
JsonValue secret = address._additionalProperties().get("secret_field");
215215
```
216216

217217
---

0 commit comments

Comments
 (0)