Skip to content

Commit

Permalink
Merge pull request #59 from folio-org/add-ecs-only-property
Browse files Browse the repository at this point in the history
Add ecsOnly property to field definition
  • Loading branch information
bvsharp authored Jul 11, 2024
2 parents b48aa47 + 5747c07 commit a06f830
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 a06f830

Please sign in to comment.