This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-schema-up…/testSchemaFiles/clusters.json

11 lines
153 B
JSON
Raw Normal View History

{
"namespace": "system",
"type": "record",
"name": "clusters",
"fields": [
{
"name": "host_address",
"type": "string"
}
]
}