OpenAPI spec versions
Track changes to your OpenAPI documents by versioning them.
Attributes
objectstring · enumRequiredPossible values:
The object type, which is always "openapi-spec-version"
idstringRequired
Unique identifier
createdAtstring · date-timeOptional
Date of creation
urlstring · uri · max: 2048Required
URL where the specification is accessible.
The OpenAPISpecVersion object
{
"object": "openapi-spec-version",
"id": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"url": "https://example.com",
"urls": {
"location": "https://example.com"
}
}Last updated
Was this helpful?