Skip to content

Commit

Permalink
Add ecsOnly property to field definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Jul 11, 2024
1 parent b48aa47 commit 5747c07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/swagger.api/schemas/field.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"items": {
"$ref": "valueWithLabel.json"
}
},
"ecsOnly": {
"description": "Indicates if the field is available only in ECS environments",
"type": "boolean"
}
},
"required": ["name", "dataType"]
Expand Down

0 comments on commit 5747c07

Please sign in to comment.