-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema-pulumi-shopkeeper.json
More file actions
1 lines (1 loc) · 2.53 KB
/
Copy pathschema-pulumi-shopkeeper.json
File metadata and controls
1 lines (1 loc) · 2.53 KB
1
{"name": "pulumi-shopkeeper", "version": "0.0.0", "displayName": "pulumi-shopkeeper", "resources": {"pulumi-shopkeeper:index:LocalMarketV1": {"isComponent": true, "type": "object", "inputProperties": {"name": {"type": "string", "plain": true}, "description": {"type": "string", "plain": true}, "path": {"type": "string", "plain": true}}, "requiredInputs": ["description", "name", "path"], "properties": {"marketData": {"type": "object", "additionalProperties": {"$ref": "pulumi.json#/Any"}}}, "required": ["marketData"]}, "pulumi-shopkeeper:index:LocalProducerV1": {"isComponent": true, "type": "object", "inputProperties": {"name": {"type": "string", "plain": true}, "description": {"type": "string", "plain": true}, "market": {"plain": true, "$ref": "#/types/pulumi-shopkeeper:index:LocalMarketV1Configuration"}, "color": {"type": "string", "plain": true}}, "requiredInputs": ["description", "market", "name"], "properties": {"producerData": {"type": "object", "additionalProperties": {"type": "string"}}}, "required": ["producerData"]}, "pulumi-shopkeeper:index:AwsMarketV1": {"isComponent": true, "type": "object", "inputProperties": {}, "requiredInputs": [], "properties": {"marketData": {"type": "object", "additionalProperties": {"$ref": "pulumi.json#/Any"}}, "marketConfiguration": {"type": "object", "additionalProperties": {"type": "string"}}}, "required": ["marketConfiguration", "marketData"]}, "pulumi-shopkeeper:index:AwsProducerV1": {"isComponent": true, "type": "object", "inputProperties": {}, "requiredInputs": [], "properties": {"producerData": {"type": "object", "additionalProperties": {"$ref": "pulumi.json#/Any"}}, "marketClient": {"$ref": "#/types/pulumi-shopkeeper:index:AwsMarketV1Client"}}, "required": ["marketClient", "producerData"]}, "pulumi-shopkeeper:index:Nothing": {"isComponent": true, "type": "object", "inputProperties": {"something": {"type": "string"}}, "requiredInputs": ["something"], "properties": {}, "required": []}}, "types": {"pulumi-shopkeeper:index:LocalMarketV1Configuration": {"type": "object", "properties": {"marketType": {"type": "string", "plain": true}, "metadataFile": {"type": "string", "plain": true}}, "required": ["marketType", "metadataFile"], "description": "LocalMarketV1Configuration(market_type: str, metadata_file: str)"}, "pulumi-shopkeeper:index:AwsMarketV1Client": {"type": "object"}}, "language": {"nodejs": {"respectSchemaVersion": true}, "python": {"respectSchemaVersion": true}, "csharp": {"respectSchemaVersion": true}, "java": {"respectSchemaVersion": true}, "go": {"respectSchemaVersion": true}}, "dependencies": []}