Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
rest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2013 at 21:32 UTC
Updated:
29 Jul 2014 at 21:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
vijaycs85Adding schema file...
Comment #3
vijaycs85Fixing tab issue.
Comment #4
klausiwhy do we have to specify the schema for the routing settings? Route settings are always the same, so no need for REST module to define their schema. The routing system should define the schema for static routes in YAML, not REST module.
And why are resources of type string? Shouldn't that be an array of strings?
Comment #5
gábor hojtsyIndeed, if we want to have schemas for *.routing.yml files, that would need to be defined for all of them. Then the rest of rest.module's schema (pun not intended) I'm not sure is needed on the same grounds that sun objected developer only module schemas at the simpletest issue in #1919200: Create configuration schemas for simpletest module. Marking won't fix on the same grounds.