# EOAP Schemas (c) 2024-2025 # # EOAP Schemas is licensed under # Creative Commons Attribution-ShareAlike 4.0 International. # # You should have received a copy of the license along with this work. # If not, see . - type: record name: KeyValuePair fields: - type: string name: key - type: string name: value - type: record name: APIEndpoint fields: - type: https://raw.githubusercontent.com/eoap/schemas/main/string_format.yaml#URI name: url # add headers as list of key-value pairs - type: - 'null' - type: array items: KeyValuePair name: headers