In RESTful API design, the concept where server responses include dynamic hypermedia links informing clients of next available state transitions is known as:
AREST Maturity Level 0
BGraphQL Schema
CSwagger Definition
DHATEOAS (Hypermedia As The Engine Of Application State)
Explanation
HATEOAS allows clients to dynamically navigate REST API resources via hypermedia links embedded in JSON/XML responses.

No Comments