Skip to content

feature: add managed fields in jsonschema for resources, such as create_time and update_time #2433

Description

@nic-chen

Issue description

We are refactoring the dashboard manager api, to remove the dependency on MySQL. Previously, some managed fields were saved in mysql. After refactoring, we moved these fields to ETCD. I think APISIX's json schema should also support this part of the fields to avoid data being filtered out.

Here is the detail:

create_time and update_time for route,upstream,service,consumer,ssl
validity_start and validity_end for ssl

this four fields are all int type for Unix timestamp.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions