get_project_schema
Fetch the JSON schema for neptune.json to define valid structure, including required fields, resource types, and allowed values, before creating or modifying your configuration.
Instructions
Get the JSON schema that defines how to create a valid neptune.json file.
IMPORTANT: Use this tool BEFORE creating or modifying 'neptune.json' to ensure the configuration is valid.
This schema defines the exact structure and constraints for neptune.json files:
Required fields (kind, name)
Optional fields (resources, port_mappings, cpu, memory)
Valid resource types (StorageBucket, Secret) and their properties
Allowed values for each field
The returned schema is a standard JSON Schema that you should use as the authoritative reference when generating neptune.json configurations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||