Actions
Bug #18383
closedBroken API doc build
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
Built build/webapp/openapi.yml bundling build/webapp/openapi.yml... [1] build/webapp/components/schemas/node-full.yml:59:109 Failed to parse: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 57 | format: date 58 | example: "2020-02-29T14:48:28Z" 59 | description: Date and time of the latest run, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm". 60 | lastInventoryDate: 61 | type: string Error was generated by the bundler rule. [2] build/webapp/paths/nodes/all.yml:45:23 at #/get/responses/200/content/application~1json/schema/properties/data/properties/nodes/items Can't resolve $ref: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 43 | type: array 44 | items: 45 | $ref: ../../components/schemas/node-full.yml 46 | tags: 47 | - Nodes Error was generated by the bundler rule. [3] build/webapp/components/schemas/node-full.yml:59:109 Failed to parse: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 57 | format: date 58 | example: "2020-02-29T14:48:28Z" 59 | description: Date and time of the latest run, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm". 60 | lastInventoryDate: 61 | type: string Error was generated by the bundler rule. [4] build/webapp/paths/nodes/pending-id.yml:54:23 at #/post/responses/200/content/application~1json/schema/properties/data/properties/nodes/items Can't resolve $ref: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 52 | type: array 53 | items: 54 | $ref: ../../components/schemas/node-full.yml 55 | tags: 56 | - Nodes Error was generated by the bundler rule. [5] build/webapp/components/schemas/node-full.yml:59:109 Failed to parse: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 57 | format: date 58 | example: "2020-02-29T14:48:28Z" 59 | description: Date and time of the latest run, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm". 60 | lastInventoryDate: 61 | type: string Error was generated by the bundler rule. [6] build/webapp/paths/nodes/id.yml:42:23 at #/get/responses/200/content/application~1json/schema/properties/data/properties/nodes/items Can't resolve $ref: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 40 | type: array 41 | items: 42 | $ref: ../../components/schemas/node-full.yml 43 | tags: 44 | - Nodes Error was generated by the bundler rule. [7] build/webapp/components/schemas/node-full.yml:59:109 Failed to parse: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 57 | format: date 58 | example: "2020-02-29T14:48:28Z" 59 | description: Date and time of the latest run, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm". 60 | lastInventoryDate: 61 | type: string Error was generated by the bundler rule. [8] build/webapp/paths/nodes/id.yml:92:23 at #/post/responses/200/content/application~1json/schema/properties/data/properties/nodes/items Can't resolve $ref: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 90 | type: array 91 | items: 92 | $ref: ../../components/schemas/node-full.yml 93 | tags: 94 | - Nodes Error was generated by the bundler rule. [9] build/webapp/components/schemas/node-full.yml:59:109 Failed to parse: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 57 | format: date 58 | example: "2020-02-29T14:48:28Z" 59 | description: Date and time of the latest run, if one is available (node time). Up to API v11, format was: "YYYY-MM-dd HH:mm". 60 | lastInventoryDate: 61 | type: string Error was generated by the bundler rule. [10] build/webapp/paths/nodes/id.yml:137:23 at #/delete/responses/200/content/application~1json/schema/properties/data/properties/nodes/items Can't resolve $ref: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line in "/home/amousset/projects/rudder/api-doc/build/webapp/components/schemas/node-full.yml" at line 59, column 109: 135 | type: array 136 | items: 137 | $ref: ../../components/schemas/node-full.yml 138 | tags: 139 | - Nodes Error was generated by the bundler rule. ❌ Errors encountered while bundling build/webapp/openapi.yml: bundle not created (use --force to ignore errors). Could not build target/webapp/12/openapi.yml
Actions