Skip to content

Commit

Permalink
Add attributeFormat to standard reporter JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrdoherty committed Jul 9, 2024
1 parent 8dd042c commit b857cf0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"bufferEntireResponse": {
"type": "boolean",
},
"attributeFormat": {
"type": "string",
"enum": [
"text",
"display"
]
},
"pagination": {
"type": "object",
"properties": {
Expand Down

0 comments on commit b857cf0

Please sign in to comment.