Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine committed May 8, 2024
1 parent 3a9c8c3 commit 219dbf6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,6 @@ Results in the following JSON Schema files:

</details>

### Ignoring Fields

To exclude fields in a message from being included in the JSON Schema, add a
leading or trailing comment to the field containing `jsonschema:ignore`:

```proto
message Config {
string host = 1;
uint32 port = 2;
bool debug_mode = 3; // jsonschema:ignore
}
```

## Community

For help and discussion around Protobuf, best practices, and more, join us
Expand Down

0 comments on commit 219dbf6

Please sign in to comment.