@amazon-codecatalyst/blueprints.sam-serverless-application
Version:
This blueprint creates a project that leverages a serverless application model (SAM) to quickly create and deploy an API. You can choose Java, TypeScript, or Python as the programming language
16 lines (15 loc) • 450 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/interface/InputSources/1",
"type": "array",
"title": "InputSources",
"description": "A source, also called an input source, is a source repository that a workflow action needs access to in order to carry out its tasks",
"items": {
"type": "string",
"pattern": "^[A-Za-z0-9@\\-_]+$",
"minLength": 1,
"maxLength": 1000
},
"minItems": 0,
"maxItems": 1
}