Skip to content

Commit

Permalink
Merge pull request #58 from hashicorp/f-base.definition.schema-arrayType
Browse files Browse the repository at this point in the history
Add `arrayType`definition for testing
  • Loading branch information
ewbankkit authored Apr 4, 2024
2 parents c0ef360 + 4b636dc commit 67e7ca5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testdata/base.definition.schema.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
"type": "boolean",
"default": true
},
"arrayType": {
"description": "When set to AttributeList, it indicates that the array is of nested type objects, and when set to Standard it indicates that the array consists of primitive types",
"type": "string",
"default": "Standard",
"enum": [
"Standard",
"AttributeList"
]
},
"$ref": {
"$ref": "http://json-schema.org/draft-07/schema#/properties/$ref"
},
Expand Down

0 comments on commit 67e7ca5

Please sign in to comment.