API Schema
OpenAPI spec artifact
Schema ApiSpecArtifact from lib/api-platform.ts.
Schema
{
"type": "object",
"properties": {
"serviceSlug": {
"type": "string"
},
"url": {
"type": "string"
},
"status": {
"type": "string"
},
"validation": {
"type": "object"
},
"sourceArtifacts": {
"type": "array",
"items": {
"type": "string"
}
}
}
}