API Discovery Webinar - Watch now to learn about FireTail's comprehensive API discovery capabilities
This rule applies at the API Specification level (OAS/Swagger).
In the example below:
Person
address
Address
resident
securitySchemes: components: schemas: Person: type: object properties: name: type: string address: $ref: '#/components/schemas/Address' Address: type: object properties: street: type: string resident: $ref: '#/components/schemas/Person'