Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Jan 29, 2024
1 parent a4cd915 commit b4620a7
Show file tree
Hide file tree
Showing 16 changed files with 240 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15246,10 +15246,12 @@
"allowed_values": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"maxLength": 75
},
"maxItems": 200,
"nullable": true,
"description": "Ordered list of allowed values of the property"
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
}
},
"required": [
Expand Down Expand Up @@ -96501,10 +96503,12 @@
"allowed_values": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"maxLength": 75
},
"maxItems": 200,
"nullable": true,
"description": "Ordered list of allowed values of the property"
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
},
"values_editable_by": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11026,8 +11026,12 @@ paths:
type: array
items:
type: string
maxLength: 75
maxItems: 200
nullable: true
description: Ordered list of allowed values of the property
description: |-
An ordered list of the allowed values of the property.
The property can have up to 200 allowed values.
required:
- value_type
examples:
Expand Down Expand Up @@ -70201,8 +70205,12 @@ components:
type: array
items:
type: string
maxLength: 75
maxItems: 200
nullable: true
description: Ordered list of allowed values of the property
description: |-
An ordered list of the allowed values of the property.
The property can have up to 200 allowed values.
values_editable_by:
type: string
nullable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15246,10 +15246,12 @@
"allowed_values": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"maxLength": 75
},
"maxItems": 200,
"nullable": true,
"description": "Ordered list of allowed values of the property"
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
}
},
"required": [
Expand Down Expand Up @@ -96501,10 +96503,12 @@
"allowed_values": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"maxLength": 75
},
"maxItems": 200,
"nullable": true,
"description": "Ordered list of allowed values of the property"
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
},
"values_editable_by": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11026,8 +11026,12 @@ paths:
type: array
items:
type: string
maxLength: 75
maxItems: 200
nullable: true
description: Ordered list of allowed values of the property
description: |-
An ordered list of the allowed values of the property.
The property can have up to 200 allowed values.
required:
- value_type
examples:
Expand Down Expand Up @@ -70201,8 +70205,12 @@ components:
type: array
items:
type: string
maxLength: 75
maxItems: 200
nullable: true
description: Ordered list of allowed values of the property
description: |-
An ordered list of the allowed values of the property.
The property can have up to 200 allowed values.
values_editable_by:
type: string
nullable: true
Expand Down
Loading

0 comments on commit b4620a7

Please sign in to comment.