9 lines
318 B
JSON
9 lines
318 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "https://artificery.dev/dew/samples/app-pod/init.schema.json",
|
|
"title": "App Pod Sample Initialization",
|
|
"description": "Initialization values for the sample pod service.",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|