{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-structure/eks-openapi-fargate-profile-selector-structure.json", "name": "FargateProfileSelector", "description": "FargateProfileSelector schema from Amazon EKS API", "type": "object", "properties": { "namespace": { "type": "string", "description": "The Kubernetes namespace that the selector should match." }, "labels": { "type": "object", "additionalProperties": { "type": "string" }, "description": "The Kubernetes labels that the selector should match." } } }