BlueprintValidation
idstringrequired
The ID of the blueprint validation.
Example:
60d7c6c5-3984-42b9-a3c1-ae8a47a9bf55
statusstringrequired
The status of the blueprint validation.
Possible values: [STARTING
, VALIDATING
, VALIDATED
, FAILED
]
Example:
VALIDATING
blueprintLocationstringrequired
The location of the blueprint document that is being validated. This can be a file path, cloud object storage URL or a public HTTPS URL.
Example:
file:///path/to/blueprint-directory/project.blueprint.yml
createdintegerrequired
The unix timestamp of when the blueprint validation was created in seconds.
Example:
1678901234
BlueprintValidation
{
"id": "60d7c6c5-3984-42b9-a3c1-ae8a47a9bf55",
"status": "VALIDATING",
"blueprintLocation": "file:///path/to/blueprint-directory/project.blueprint.yml",
"created": 1678901234
}