You are here

service_endpoint_resource.schema.yml in Services 8.4

Same filename and directory in other branches
  1. 9.0.x config/schema/service_endpoint_resource.schema.yml
config/schema/service_endpoint_resource.schema.yml

File

config/schema/service_endpoint_resource.schema.yml
View source
  1. services.endpoint_resource.*:
  2. type: config_entity
  3. label: 'Endpoint Resource'
  4. mapping:
  5. id:
  6. type: 'string'
  7. label: 'Resource unique ID'
  8. service_plugin_id:
  9. type: 'string'
  10. label: 'Service plugin ID'
  11. service_endpoint_id:
  12. type: 'string'
  13. label: 'Service endpoint ID'
  14. formats:
  15. type: sequence
  16. label: 'Resource formats'
  17. sequence:
  18. type: string
  19. label: 'Allowed format'
  20. authentication:
  21. type: sequence
  22. label: 'Resource authentication'
  23. sequence:
  24. type: string
  25. label: 'Allowed authentication methods'
  26. no_cache:
  27. type: 'boolean'
  28. label: 'Do not cache this response'