Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions enterprise/e2e/html/hurl/list.all.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ header "Last-Modified" exists
jsonpath "$.path" == "/"
jsonpath "$.url" == "{{base}}"
jsonpath "$.breadcrumb" count == 0
jsonpath "$.schemas" == 113
jsonpath "$.entries" count == 2
jsonpath "$.schemas" == 115
jsonpath "$.entries" count == 3
jsonpath "$.entries[0].name" == "self"
jsonpath "$.entries[0].title" == "Self"
jsonpath "$.entries[0].description" == "The schemas that define the current version of this instance"
Expand All @@ -26,6 +26,12 @@ jsonpath "$.entries[1].type" == "directory"
jsonpath "$.entries[1].health" == 15
jsonpath "$.entries[1].schemas" == 68
jsonpath "$.entries[1].path" == "/test/"
jsonpath "$.entries[2].name" == "twins"
jsonpath "$.entries[2].title" == "Twins"
jsonpath "$.entries[2].description" == "Schemas whose base name collides with a sibling directory"
jsonpath "$.entries[2].type" == "directory"
jsonpath "$.entries[2].schemas" == 2
jsonpath "$.entries[2].path" == "/twins/"

POST {{base}}/self/v1/api/schemas/evaluate{{schema_path}}
```
Expand Down
12 changes: 6 additions & 6 deletions enterprise/e2e/html/hurl/mcp-2025-11-25-gzip.all.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ schema_path: header "Link" regex "<([^>]+)>"
header "Content-Encoding" not exists
jsonpath "$.jsonrpc" == "2.0"
jsonpath "$.id" == "rlist-identity"
jsonpath "$.result.resources" count == 13
jsonpath "$.result.resources[0].uri" == "{{base}}/test/bare/39"
jsonpath "$.result.resources[0].name" == "39"
jsonpath "$.result.resources" count == 15
jsonpath "$.result.resources[0].uri" == "{{base}}/test/bare/37"
jsonpath "$.result.resources[0].name" == "37"
jsonpath "$.result.resources[0].mimeType" == "application/schema+json"
jsonpath "$.result.nextCursor" not exists

Expand Down Expand Up @@ -367,9 +367,9 @@ schema_path: header "Link" regex "<([^>]+)>"
[Asserts]
jsonpath "$.jsonrpc" == "2.0"
jsonpath "$.id" == "rlist-gzip"
jsonpath "$.result.resources" count == 13
jsonpath "$.result.resources[0].uri" == "{{base}}/test/bare/39"
jsonpath "$.result.resources[0].name" == "39"
jsonpath "$.result.resources" count == 15
jsonpath "$.result.resources[0].uri" == "{{base}}/test/bare/37"
jsonpath "$.result.resources[0].name" == "37"
jsonpath "$.result.resources[0].mimeType" == "application/schema+json"
jsonpath "$.result.nextCursor" not exists

Expand Down
Loading
Loading