Skip to content

Commit

Permalink
selection marks allows null (#18452)
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos authored Feb 5, 2021
1 parent 3c7832d commit 4462a26
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ directive:
$.properties.documentResults["x-nullable"] = true;
```
``` yaml
directive:
from: swagger-document
where: $.definitions.ReadResult
transform: >
$.properties.selectionMarks["x-nullable"] = true;
```
``` yaml
directive:
from: swagger-document
where: $.definitions.KeyValueType
transform: >
$["x-nullable"] = true;
```
``` yaml
directive:
from: swagger-document
Expand Down

0 comments on commit 4462a26

Please sign in to comment.