acquia / headless_lightning

A more opinionated flavor of Lightning for building decoupled applications. Support ended on November 2, 2021 and this project is no longer maintained.
https://lightning.acquia.com
GNU General Public License v2.0
58 stars 16 forks source link

OpenAPI docs is not valid #92

Open magick93 opened 6 years ago

magick93 commented 6 years ago

Hello

I am trying to use the OpenAPI docs to generate a client.

But after loading the json doc in the Swagger editor, it complains about it not being valid. I then went to check if it was at least valid json. I had to try several different online validators before I found one that would accept such a large amount of input. I used https://jsonformatter.org/ and the json does appear to be valid.

But it is not valid OpenAPI spec json.

A selection of the errors (from the swagger editor) are:


Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7546
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary'].post.responses
should be object
Jump to line 7581
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7587
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7589
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7590
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7601
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7603
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7604
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].patch.responses
should be object
Jump to line 7608
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7613
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7615
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7616
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7628
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7630
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7631
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7643
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7645
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7646
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7657
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7659
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7660
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7671
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7673
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7674
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].patch.responses
should be object
Jump to line 7678
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7683
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7685
Schema error at paths['/taxonomy_vocabulary/taxonomy_vocabulary/{taxonomy_vocabulary}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7686
Schema error at paths['/user_role/user_role'].post.responses
should be object
Jump to line 7721
Schema error at paths['/user_role/user_role/{user_role}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7727
Schema error at paths['/user_role/user_role/{user_role}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7729
Schema error at paths['/user_role/user_role/{user_role}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7730
Schema error at paths['/user_role/user_role/{user_role}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7741
Schema error at paths['/user_role/user_role/{user_role}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7743
Schema error at paths['/user_role/user_role/{user_role}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7744
Schema error at paths['/user_role/user_role/{user_role}'].patch.responses
should be object
Jump to line 7748
Schema error at paths['/user_role/user_role/{user_role}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7753
Schema error at paths['/user_role/user_role/{user_role}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7755
Schema error at paths['/user_role/user_role/{user_role}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7756
Schema error at paths['/user_role/user_role/{user_role}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7768
Schema error at paths['/user_role/user_role/{user_role}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7770
Schema error at paths['/user_role/user_role/{user_role}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7771
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7783
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7785
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7786
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7797
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7799
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7800
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7811
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7813
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7814
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].patch.responses
should be object
Jump to line 7818
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7823
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7825
Schema error at paths['/user_role/user_role/{user_role}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7826
Schema error at paths['/user/user'].post.responses
should be object
Jump to line 7871
Schema error at paths['/user/user/{user}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7877
Schema error at paths['/user/user/{user}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7879
Schema error at paths['/user/user/{user}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7880
Schema error at paths['/user/user/{user}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7893
Schema error at paths['/user/user/{user}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7895
Schema error at paths['/user/user/{user}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7896
Schema error at paths['/user/user/{user}'].patch.responses
should be object
Jump to line 7900
Schema error at paths['/user/user/{user}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7905
Schema error at paths['/user/user/{user}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7907
Schema error at paths['/user/user/{user}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7908
Schema error at paths['/user/user/{user}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7920
Schema error at paths['/user/user/{user}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7922
Schema error at paths['/user/user/{user}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7923
Schema error at paths['/user/user/{user}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7937
Schema error at paths['/user/user/{user}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7939
Schema error at paths['/user/user/{user}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7940
Schema error at paths['/user/user/{user}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7953
Schema error at paths['/user/user/{user}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7955
Schema error at paths['/user/user/{user}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7956
Schema error at paths['/user/user/{user}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7969
Schema error at paths['/user/user/{user}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7971
Schema error at paths['/user/user/{user}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7972
Schema error at paths['/user/user/{user}/relationships/{related}'].patch.responses
should be object
Jump to line 7976
Schema error at paths['/user/user/{user}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 7981
Schema error at paths['/user/user/{user}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 7983
Schema error at paths['/user/user/{user}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 7984
Schema error at paths['/workflow/workflow'].post.responses
should be object
Jump to line 8019
Schema error at paths['/workflow/workflow/{workflow}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8025
Schema error at paths['/workflow/workflow/{workflow}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8027
Schema error at paths['/workflow/workflow/{workflow}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8028
Schema error at paths['/workflow/workflow/{workflow}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8039
Schema error at paths['/workflow/workflow/{workflow}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8041
Schema error at paths['/workflow/workflow/{workflow}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8042
Schema error at paths['/workflow/workflow/{workflow}'].patch.responses
should be object
Jump to line 8046
Schema error at paths['/workflow/workflow/{workflow}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8051
Schema error at paths['/workflow/workflow/{workflow}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8053
Schema error at paths['/workflow/workflow/{workflow}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8054
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8066
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8068
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8069
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8080
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8082
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8083
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].patch.responses
should be object
Jump to line 8087
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8092
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8094
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8095
Schema error at paths['/workflow/workflow/{workflow}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8107
Schema error at paths['/workflow/workflow/{workflow}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8109
Schema error at paths['/workflow/workflow/{workflow}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8110
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8122
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8124
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8125
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8136
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8138
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8139
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8150
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8152
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8153
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].patch.responses
should be object
Jump to line 8157
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8162
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8164
Schema error at paths['/workflow/workflow/{workflow}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8165
Schema error at paths['/menu_link_content/menu_link_content'].post.responses
should be object
Jump to line 8210
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8216
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8218
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8219
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8232
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8234
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8235
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].patch.responses
should be object
Jump to line 8239
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8244
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8246
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8247
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8259
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8261
Schema error at paths['/menu_link_content/menu_link_content/{menu_link_content}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8262
Schema error at paths['/view/view'].post.responses
should be object
Jump to line 8299
Schema error at paths['/view/view/{view}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8305
Schema error at paths['/view/view/{view}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8307
Schema error at paths['/view/view/{view}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8308
Schema error at paths['/view/view/{view}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8319
Schema error at paths['/view/view/{view}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8321
Schema error at paths['/view/view/{view}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8322
Schema error at paths['/view/view/{view}'].patch.responses
should be object
Jump to line 8326
Schema error at paths['/view/view/{view}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8331
Schema error at paths['/view/view/{view}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8333
Schema error at paths['/view/view/{view}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8334
Schema error at paths['/view/view/{view}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8346
Schema error at paths['/view/view/{view}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8348
Schema error at paths['/view/view/{view}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8349
Schema error at paths['/view/view/{view}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8361
Schema error at paths['/view/view/{view}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8363
Schema error at paths['/view/view/{view}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8364
Schema error at paths['/view/view/{view}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8375
Schema error at paths['/view/view/{view}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8377
Schema error at paths['/view/view/{view}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8378
Schema error at paths['/view/view/{view}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8389
Schema error at paths['/view/view/{view}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8391
Schema error at paths['/view/view/{view}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8392
Schema error at paths['/view/view/{view}/relationships/{related}'].patch.responses
should be object
Jump to line 8396
Schema error at paths['/view/view/{view}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8401
Schema error at paths['/view/view/{view}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8403
Schema error at paths['/view/view/{view}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8404
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8416
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8418
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8419
Schema error at paths['/date_format/date_format'].post.responses
should be object
Jump to line 8454
Schema error at paths['/date_format/date_format/{date_format}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8460
Schema error at paths['/date_format/date_format/{date_format}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8462
Schema error at paths['/date_format/date_format/{date_format}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8463
Schema error at paths['/date_format/date_format/{date_format}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8474
Schema error at paths['/date_format/date_format/{date_format}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8476
Schema error at paths['/date_format/date_format/{date_format}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8477
Schema error at paths['/date_format/date_format/{date_format}'].patch.responses
should be object
Jump to line 8481
Schema error at paths['/date_format/date_format/{date_format}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8486
Schema error at paths['/date_format/date_format/{date_format}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8488
Schema error at paths['/date_format/date_format/{date_format}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8489
Schema error at paths['/date_format/date_format/{date_format}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8501
Schema error at paths['/date_format/date_format/{date_format}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8503
Schema error at paths['/date_format/date_format/{date_format}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8504
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8516
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8518
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8519
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8530
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8532
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8533
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8544
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8546
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8547
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].patch.responses
should be object
Jump to line 8551
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8556
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8558
Schema error at paths['/date_format/date_format/{date_format}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8559
Schema error at paths['/entity_form_display/entity_form_display'].post.responses
should be object
Jump to line 8594
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8600
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8602
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8603
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8614
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8616
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8617
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8628
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8630
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8631
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].patch.responses
should be object
Jump to line 8635
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8640
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8642
Schema error at paths['/entity_form_display/entity_form_display/{entity_form_display}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8643
Schema error at paths['/entity_form_mode/entity_form_mode'].post.responses
should be object
Jump to line 8678
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8684
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8686
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8687
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8698
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8700
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8701
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].patch.responses
should be object
Jump to line 8705
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8710
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8712
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8713
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8725
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8727
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8728
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8740
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8742
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8743
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8754
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8756
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8757
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8768
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8770
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8771
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].patch.responses
should be object
Jump to line 8775
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8780
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8782
Schema error at paths['/entity_form_mode/entity_form_mode/{entity_form_mode}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8783
Schema error at paths['/entity_view_display/entity_view_display'].post.responses
should be object
Jump to line 8818
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8824
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8826
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8827
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8838
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8840
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8841
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].patch.responses
should be object
Jump to line 8845
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8850
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8852
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8853
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8865
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8867
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8868
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8880
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8882
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8883
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8894
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8896
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8897
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8908
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8910
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8911
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].patch.responses
should be object
Jump to line 8915
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8920
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8922
Schema error at paths['/entity_view_display/entity_view_display/{entity_view_display}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8923
Schema error at paths['/entity_view_mode/entity_view_mode'].post.responses
should be object
Jump to line 8958
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8964
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8966
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8967
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8978
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8980
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8981
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 8992
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 8994
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 8995
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].patch.responses
should be object
Jump to line 8999
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9004
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9006
Schema error at paths['/entity_view_mode/entity_view_mode/{entity_view_mode}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9007
Schema error at paths['/base_field_override/base_field_override'].post.responses
should be object
Jump to line 9042
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9048
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9050
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9051
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9062
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9064
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9065
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].patch.responses
should be object
Jump to line 9069
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9074
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9076
Schema error at paths['/base_field_override/base_field_override/{base_field_override}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9077
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9089
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9091
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9092
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].get.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9104
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].get.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9106
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].get.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9107
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].post.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9118
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].post.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9120
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].post.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9121
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].patch.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9132
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].patch.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9134
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].patch.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9135
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].patch.responses
should be object
Jump to line 9139
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].delete.parameters[0]
should NOT have additional properties
additionalProperty: type, name, required, in, description
Jump to line 9144
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].delete.parameters[0].in
should be equal to one of the allowed values
allowedValues: body, header, formData, query
Jump to line 9146
Schema error at paths['/base_field_override/base_field_override/{base_field_override}/relationships/{related}'].delete.parameters[0].type
should be equal to one of the allowed values
allowedValues: string, number, boolean, integer, array, file
Jump to line 9147```
balsama commented 6 years ago

Interesting. Do you know if this reproducible outside of Headless Lightning using just the https://www.drupal.org/project/openapi module? I don't think we do anything with that module other than enable it and create some links to its output.