Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gts-spec
Submodule .gts-spec updated 31 files
+1 −3 .gitignore
+5 −8 examples/events/schemas/gts.x.core.events.type_combined.v1~.schema.json
+6 −16 examples/modules/instances/gts.x.core.modules.module.v1~x.webstore._.catalog.v1.json
+5 −7 examples/modules/instances/gts.x.core.modules.module.v1~x.webstore._.chat.v1.json
+4 −7 examples/modules/schemas/gts.x.core.modules.capability.v1~.schema.json
+1 −1 examples/typespec/vms/README.md
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.migrating.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.paused.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.rebooting.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.running.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.starting.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.stopped.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.stopping.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.suspended.v1.json
+1 −1 examples/typespec/vms/instances/states/gts.x.infra.compute.vm_state.v1~x.infra._.suspending.v1.json
+2 −2 examples/typespec/vms/instances/vms/gts.x.infra.compute.vm.v1~nutanix.ahv._.vm.v1~db-server-01.json
+2 −2 examples/typespec/vms/instances/vms/gts.x.infra.compute.vm.v1~vmware.esxi._.vm.v1~web-server-01.json
+2 −2 examples/typespec/vms/instances/vms/gts.x.infra.compute.vm.v1~vz.vz._.vm.v1~app-server-01.json
+4 −4 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~.schema.json
+1 −1 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~.tsp
+2 −2 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~nutanix.ahv._.vm.v1~.schema.json
+2 −2 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~nutanix.ahv._.vm.v1~.tsp
+2 −2 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~vmware.esxi._.vm.v1~.schema.json
+2 −2 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~vmware.esxi._.vm.v1~.tsp
+2 −2 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~vz.vz._.vm.v1~.schema.json
+2 −2 examples/typespec/vms/schemas/gts.x.infra.compute.vm.v1~vz.vz._.vm.v1~.tsp
+1 −1 examples/yaml/ui/instances/gts.x.ui.core.item.v1~x.ui.components.grid.v1~users_list.yaml
+1 −1 examples/yaml/ui/instances/gts.x.ui.core.item.v1~x.ui.components.menu_item.v1~main_dashboard.yaml
+1 −1 examples/yaml/ui/instances/gts.x.ui.core.item.v1~x.ui.components.menu_item.v1~user_settings.yaml
+0 −13 tests/conftest.py
+90 −319 tests/test_op6_schema_validation.py
Loading