Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updating sample JSONSchemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawn authored and Prawn committed Apr 18, 2023
1 parent 997d0a0 commit 956cc32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsonschemas/EnumOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"enums_trim_prefix": {
"type": "boolean",
"description": "Enums tagged with this will have enum name prefix removed from values:"
},
"ignore": {
"type": "boolean",
"description": "Enums tagged with this will not be processed"
}
},
"additionalProperties": true,
Expand Down
4 changes: 4 additions & 0 deletions jsonschemas/GoogleValue.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
],
"title": "Value",
"description": "`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error. The JSON representation for `Value` is JSON value."
},
"some_list": {
"additionalProperties": true,
"type": "array"
}
},
"additionalProperties": true,
Expand Down
3 changes: 3 additions & 0 deletions jsonschemas/MessageWithComments.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"name1": {
"type": "string",
"description": "This field is supposed to represent blahblahblah"
},
"excludedComment": {
"type": "string"
}
},
"additionalProperties": true,
Expand Down

0 comments on commit 956cc32

Please sign in to comment.