Skip to content

Commit

Permalink
Merge pull request #148 from folio-org/MODFISTO-363
Browse files Browse the repository at this point in the history
[FOLIO-3351] Remove "is: [language]" from rtypes
  • Loading branch information
Dmitriy-Butramyou authored Jan 23, 2023
2 parents 967f636 + a144ea3 commit 2e106b5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion rtypes/collection-get-with-json-response.raml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#%RAML 1.0 ResourceType
# collection-get.raml
description: Entity representing a <<resourcePathName|!singularize>>
is: [language]

get:
description: |
Expand Down
1 change: 0 additions & 1 deletion rtypes/collection-with-json-response.raml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# - pageable: !include traits/pageable.raml
# - searchable: !include traits/searchable.raml
description: Collection of <<resourcePathName|!singularize>> items.
is: [language]

get:
description: Retrieve a list of <<resourcePathName|!singularize>> items.
Expand Down
1 change: 0 additions & 1 deletion rtypes/get-delete-with-json-response.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

description: Entity representing a <<resourcePathName|!singularize>>
is: [language]

get:
description: |
Expand Down
1 change: 0 additions & 1 deletion rtypes/get-only-with-json-response.raml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
description: Collection of <<resourcePathName|!singularize>> items.
is: [language]

get:
description: Retrieve a list of <<resourcePathName|!singularize>> items.
Expand Down
1 change: 0 additions & 1 deletion rtypes/item-collection-get-with-json-response.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

description: Entity representing a <<resourcePathName|!singularize>>
is: [language]

get:
description: |
Expand Down
1 change: 0 additions & 1 deletion rtypes/item-collection-with-json-response.raml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#%RAML 1.0 ResourceType
# item-collection-with-json-response.raml
description: Entity representing a <<resourcePathName|!singularize>>
is: [language]

get:
description: |
Expand Down

0 comments on commit 2e106b5

Please sign in to comment.