Skip to content

Commit

Permalink
Missing required fields
Browse files Browse the repository at this point in the history
Signed-off-by: Bzil <[email protected]>
  • Loading branch information
Bzil committed Jul 1, 2024
1 parent 73d5524 commit 8c44a8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/schemas/nodes.info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ components:
type: string
vm_version:
$ref: '_common.yaml#/components/schemas/VersionString'
bundled_jdk:
type: boolean
using_bundled_jdk:
type: boolean
using_compressed_ordinary_object_pointers:
Expand All @@ -172,7 +174,7 @@ components:
- vm_name
- vm_vendor
- vm_version
- using_bundled_jdk
- bundled_jdk
- input_arguments
NodeInfoJvmMemory:
type: object
Expand Down
13 changes: 13 additions & 0 deletions tests/_core/nodes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$schema: ../../json_schemas/test_story.schema.yaml

description: Test nodes endpoints.
chapters:
- synopsis: Nodes with a json response.
path: /_cat/aliases
parameters:
format: json
method: GET
response:
status: 200
content_type: application/json
payload: []

0 comments on commit 8c44a8c

Please sign in to comment.