Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 221.10 KB | None | 0 0
  1. {
  2. "_type" : "document",
  3. "api" : {
  4. "v2" : {
  5. "collection-imports" : {
  6. "read" : {
  7. "_type" : "link",
  8. "action" : "get",
  9. "fields" : [
  10. {
  11. "name" : "id",
  12. "schema" : {
  13. "_type" : "integer",
  14. "description" : "A unique integer value identifying this collection import.",
  15. "title" : "ID"
  16. },
  17. "required" : true,
  18. "location" : "path"
  19. },
  20. {
  21. "schema" : {
  22. "_type" : "string",
  23. "description" : "A search term.",
  24. "title" : "Search"
  25. },
  26. "name" : "search",
  27. "location" : "query"
  28. }
  29. ],
  30. "url" : "/api/v2/collection-imports/{id}/"
  31. }
  32. },
  33. "collection-versions" : {
  34. "read" : {
  35. "fields" : [
  36. {
  37. "schema" : {
  38. "description" : "",
  39. "_type" : "string",
  40. "title" : ""
  41. },
  42. "name" : "version_pk",
  43. "required" : true,
  44. "location" : "path"
  45. }
  46. ],
  47. "url" : "/api/v2/collection-versions/{version_pk}/",
  48. "_type" : "link",
  49. "action" : "get",
  50. "description" : "Return a collection version."
  51. },
  52. "artifact" : {
  53. "read" : {
  54. "url" : "/api/v2/collection-versions/{id}/artifact/",
  55. "fields" : [
  56. {
  57. "location" : "path",
  58. "required" : true,
  59. "name" : "id",
  60. "schema" : {
  61. "title" : "",
  62. "description" : "",
  63. "_type" : "string"
  64. }
  65. },
  66. {
  67. "location" : "query",
  68. "schema" : {
  69. "title" : "Search",
  70. "description" : "A search term.",
  71. "_type" : "string"
  72. },
  73. "name" : "search"
  74. }
  75. ],
  76. "action" : "get",
  77. "_type" : "link"
  78. }
  79. }
  80. },
  81. "collections" : {
  82. "read" : {
  83. "_type" : "link",
  84. "action" : "get",
  85. "description" : "Return a collection.",
  86. "fields" : [
  87. {
  88. "location" : "path",
  89. "schema" : {
  90. "title" : "",
  91. "description" : "",
  92. "_type" : "string"
  93. },
  94. "name" : "namespace",
  95. "required" : true
  96. },
  97. {
  98. "location" : "path",
  99. "required" : true,
  100. "schema" : {
  101. "description" : "",
  102. "_type" : "string",
  103. "title" : ""
  104. },
  105. "name" : "name"
  106. }
  107. ],
  108. "url" : "/api/v2/collections/{namespace}/{name}/"
  109. },
  110. "read_0" : {
  111. "fields" : [
  112. {
  113. "location" : "path",
  114. "required" : true,
  115. "name" : "id",
  116. "schema" : {
  117. "title" : "",
  118. "_type" : "string",
  119. "description" : ""
  120. }
  121. }
  122. ],
  123. "url" : "/api/v2/collections/{id}/",
  124. "_type" : "link",
  125. "action" : "get",
  126. "description" : "Return a collection."
  127. },
  128. "versions" : {
  129. "artifact" : {
  130. "read" : {
  131. "url" : "/api/v2/collections/{namespace}/{name}/versions/{version}/artifact/",
  132. "fields" : [
  133. {
  134. "location" : "path",
  135. "required" : true,
  136. "schema" : {
  137. "_type" : "string",
  138. "description" : "",
  139. "title" : ""
  140. },
  141. "name" : "namespace"
  142. },
  143. {
  144. "required" : true,
  145. "name" : "name",
  146. "schema" : {
  147. "description" : "",
  148. "_type" : "string",
  149. "title" : ""
  150. },
  151. "location" : "path"
  152. },
  153. {
  154. "location" : "path",
  155. "required" : true,
  156. "name" : "version",
  157. "schema" : {
  158. "title" : "",
  159. "description" : "",
  160. "_type" : "string"
  161. }
  162. },
  163. {
  164. "name" : "search",
  165. "schema" : {
  166. "description" : "A search term.",
  167. "_type" : "string",
  168. "title" : "Search"
  169. },
  170. "location" : "query"
  171. }
  172. ],
  173. "action" : "get",
  174. "_type" : "link"
  175. }
  176. },
  177. "list_0" : {
  178. "fields" : [
  179. {
  180. "schema" : {
  181. "title" : "",
  182. "description" : "",
  183. "_type" : "string"
  184. },
  185. "name" : "id",
  186. "required" : true,
  187. "location" : "path"
  188. },
  189. {
  190. "name" : "page",
  191. "schema" : {
  192. "description" : "A page number within the paginated result set.",
  193. "_type" : "integer",
  194. "title" : "Page"
  195. },
  196. "location" : "query"
  197. },
  198. {
  199. "location" : "query",
  200. "name" : "page_size",
  201. "schema" : {
  202. "description" : "Number of results to return per page.",
  203. "_type" : "integer",
  204. "title" : "Page size"
  205. }
  206. },
  207. {
  208. "location" : "query",
  209. "schema" : {
  210. "_type" : "string",
  211. "description" : "A search term.",
  212. "title" : "Search"
  213. },
  214. "name" : "search"
  215. }
  216. ],
  217. "url" : "/api/v2/collections/{id}/versions/",
  218. "_type" : "link",
  219. "action" : "get"
  220. },
  221. "read" : {
  222. "description" : "Return a collection version.",
  223. "action" : "get",
  224. "_type" : "link",
  225. "url" : "/api/v2/collections/{namespace}/{name}/versions/{version}/",
  226. "fields" : [
  227. {
  228. "required" : true,
  229. "schema" : {
  230. "description" : "",
  231. "_type" : "string",
  232. "title" : ""
  233. },
  234. "name" : "namespace",
  235. "location" : "path"
  236. },
  237. {
  238. "required" : true,
  239. "schema" : {
  240. "title" : "",
  241. "description" : "",
  242. "_type" : "string"
  243. },
  244. "name" : "name",
  245. "location" : "path"
  246. },
  247. {
  248. "required" : true,
  249. "name" : "version",
  250. "schema" : {
  251. "title" : "",
  252. "description" : "",
  253. "_type" : "string"
  254. },
  255. "location" : "path"
  256. }
  257. ]
  258. },
  259. "list" : {
  260. "action" : "get",
  261. "_type" : "link",
  262. "url" : "/api/v2/collections/{namespace}/{name}/versions/",
  263. "fields" : [
  264. {
  265. "location" : "path",
  266. "required" : true,
  267. "name" : "namespace",
  268. "schema" : {
  269. "title" : "",
  270. "_type" : "string",
  271. "description" : ""
  272. }
  273. },
  274. {
  275. "required" : true,
  276. "name" : "name",
  277. "schema" : {
  278. "title" : "",
  279. "description" : "",
  280. "_type" : "string"
  281. },
  282. "location" : "path"
  283. },
  284. {
  285. "location" : "query",
  286. "schema" : {
  287. "title" : "Page",
  288. "_type" : "integer",
  289. "description" : "A page number within the paginated result set."
  290. },
  291. "name" : "page"
  292. },
  293. {
  294. "schema" : {
  295. "title" : "Page size",
  296. "_type" : "integer",
  297. "description" : "Number of results to return per page."
  298. },
  299. "name" : "page_size",
  300. "location" : "query"
  301. },
  302. {
  303. "location" : "query",
  304. "schema" : {
  305. "_type" : "string",
  306. "description" : "A search term.",
  307. "title" : "Search"
  308. },
  309. "name" : "search"
  310. }
  311. ]
  312. }
  313. },
  314. "create" : {
  315. "action" : "post",
  316. "description" : "Upload an Ansible Collection.",
  317. "_type" : "link",
  318. "url" : "/api/v2/collections/"
  319. }
  320. }
  321. },
  322. "list" : {
  323. "action" : "get",
  324. "_type" : "link",
  325. "url" : "/api/"
  326. },
  327. "internal" : {
  328. "me" : {
  329. "notifications" : {
  330. "list" : {
  331. "action" : "get",
  332. "_type" : "link",
  333. "url" : "/api/internal/me/notifications/",
  334. "fields" : [
  335. {
  336. "name" : "page",
  337. "schema" : {
  338. "title" : "Page",
  339. "description" : "A page number within the paginated result set.",
  340. "_type" : "integer"
  341. },
  342. "location" : "query"
  343. },
  344. {
  345. "location" : "query",
  346. "schema" : {
  347. "_type" : "integer",
  348. "description" : "Number of results to return per page.",
  349. "title" : "Page size"
  350. },
  351. "name" : "page_size"
  352. },
  353. {
  354. "schema" : {
  355. "_type" : "string",
  356. "description" : "A search term.",
  357. "title" : "Search"
  358. },
  359. "name" : "search",
  360. "location" : "query"
  361. }
  362. ]
  363. },
  364. "read" : {
  365. "_type" : "link",
  366. "action" : "get",
  367. "fields" : [
  368. {
  369. "required" : true,
  370. "schema" : {
  371. "description" : "",
  372. "_type" : "string",
  373. "title" : ""
  374. },
  375. "name" : "id",
  376. "location" : "path"
  377. },
  378. {
  379. "name" : "search",
  380. "schema" : {
  381. "title" : "Search",
  382. "_type" : "string",
  383. "description" : "A search term."
  384. },
  385. "location" : "query"
  386. }
  387. ],
  388. "url" : "/api/internal/me/notifications/{id}/"
  389. },
  390. "delete" : {
  391. "_type" : "link",
  392. "action" : "delete",
  393. "fields" : [
  394. {
  395. "location" : "path",
  396. "required" : true,
  397. "name" : "id",
  398. "schema" : {
  399. "title" : "",
  400. "_type" : "string",
  401. "description" : ""
  402. }
  403. },
  404. {
  405. "location" : "query",
  406. "schema" : {
  407. "_type" : "string",
  408. "description" : "A search term.",
  409. "title" : "Search"
  410. },
  411. "name" : "search"
  412. }
  413. ],
  414. "url" : "/api/internal/me/notifications/{id}/"
  415. },
  416. "partial_update" : {
  417. "action" : "patch",
  418. "_type" : "link",
  419. "encoding" : "application/json",
  420. "url" : "/api/internal/me/notifications/{id}/",
  421. "fields" : [
  422. {
  423. "name" : "id",
  424. "schema" : {
  425. "title" : "",
  426. "description" : "",
  427. "_type" : "string"
  428. },
  429. "required" : true,
  430. "location" : "path"
  431. },
  432. {
  433. "name" : "seen",
  434. "schema" : {
  435. "description" : "",
  436. "_type" : "boolean",
  437. "title" : "Seen"
  438. },
  439. "location" : "form"
  440. },
  441. {
  442. "name" : "search",
  443. "schema" : {
  444. "title" : "Search",
  445. "description" : "A search term.",
  446. "_type" : "string"
  447. },
  448. "location" : "query"
  449. }
  450. ]
  451. },
  452. "update" : {
  453. "url" : "/api/internal/me/notifications/{id}/",
  454. "fields" : [
  455. {
  456. "required" : true,
  457. "schema" : {
  458. "_type" : "string",
  459. "description" : "",
  460. "title" : ""
  461. },
  462. "name" : "id",
  463. "location" : "path"
  464. },
  465. {
  466. "location" : "form",
  467. "name" : "seen",
  468. "schema" : {
  469. "_type" : "boolean",
  470. "description" : "",
  471. "title" : "Seen"
  472. }
  473. },
  474. {
  475. "name" : "search",
  476. "schema" : {
  477. "description" : "A search term.",
  478. "_type" : "string",
  479. "title" : "Search"
  480. },
  481. "location" : "query"
  482. }
  483. ],
  484. "encoding" : "application/json",
  485. "action" : "put",
  486. "_type" : "link"
  487. },
  488. "clear" : {
  489. "delete" : {
  490. "action" : "delete",
  491. "_type" : "link",
  492. "url" : "/api/internal/me/notifications/clear/"
  493. },
  494. "update" : {
  495. "_type" : "link",
  496. "action" : "put",
  497. "url" : "/api/internal/me/notifications/clear/"
  498. }
  499. }
  500. },
  501. "preferences" : {
  502. "update" : {
  503. "fields" : [
  504. {
  505. "required" : true,
  506. "schema" : {
  507. "_type" : "object",
  508. "description" : "",
  509. "title" : "Preferences"
  510. },
  511. "name" : "preferences",
  512. "location" : "form"
  513. },
  514. {
  515. "schema" : {
  516. "title" : "Repositories followed",
  517. "description" : "",
  518. "_type" : "array"
  519. },
  520. "name" : "repositories_followed",
  521. "location" : "form"
  522. },
  523. {
  524. "location" : "form",
  525. "name" : "namespaces_followed",
  526. "schema" : {
  527. "title" : "Namespaces followed",
  528. "description" : "",
  529. "_type" : "array"
  530. }
  531. },
  532. {
  533. "location" : "form",
  534. "name" : "collections_followed",
  535. "schema" : {
  536. "_type" : "array",
  537. "description" : "",
  538. "title" : "Collections followed"
  539. }
  540. },
  541. {
  542. "location" : "query",
  543. "schema" : {
  544. "description" : "A search term.",
  545. "_type" : "string",
  546. "title" : "Search"
  547. },
  548. "name" : "search"
  549. }
  550. ],
  551. "url" : "/api/internal/me/preferences/",
  552. "encoding" : "application/json",
  553. "_type" : "link",
  554. "action" : "put"
  555. },
  556. "partial_update" : {
  557. "action" : "patch",
  558. "_type" : "link",
  559. "encoding" : "application/json",
  560. "url" : "/api/internal/me/preferences/",
  561. "fields" : [
  562. {
  563. "location" : "form",
  564. "schema" : {
  565. "title" : "Preferences",
  566. "_type" : "object",
  567. "description" : ""
  568. },
  569. "name" : "preferences"
  570. },
  571. {
  572. "name" : "repositories_followed",
  573. "schema" : {
  574. "title" : "Repositories followed",
  575. "description" : "",
  576. "_type" : "array"
  577. },
  578. "location" : "form"
  579. },
  580. {
  581. "name" : "namespaces_followed",
  582. "schema" : {
  583. "title" : "Namespaces followed",
  584. "description" : "",
  585. "_type" : "array"
  586. },
  587. "location" : "form"
  588. },
  589. {
  590. "name" : "collections_followed",
  591. "schema" : {
  592. "title" : "Collections followed",
  593. "_type" : "array",
  594. "description" : ""
  595. },
  596. "location" : "form"
  597. },
  598. {
  599. "location" : "query",
  600. "schema" : {
  601. "_type" : "string",
  602. "description" : "A search term.",
  603. "title" : "Search"
  604. },
  605. "name" : "search"
  606. }
  607. ]
  608. },
  609. "read" : {
  610. "url" : "/api/internal/me/preferences/",
  611. "fields" : [
  612. {
  613. "location" : "query",
  614. "name" : "search",
  615. "schema" : {
  616. "description" : "A search term.",
  617. "_type" : "string",
  618. "title" : "Search"
  619. }
  620. }
  621. ],
  622. "action" : "get",
  623. "_type" : "link"
  624. }
  625. }
  626. },
  627. "events" : {
  628. "create" : {
  629. "action" : "post",
  630. "_type" : "link",
  631. "url" : "/api/internal/events/"
  632. },
  633. "influx_session" : {
  634. "create" : {
  635. "url" : "/api/internal/events/influx_session/",
  636. "action" : "post",
  637. "_type" : "link"
  638. },
  639. "list" : {
  640. "action" : "get",
  641. "_type" : "link",
  642. "url" : "/api/internal/events/influx_session/",
  643. "fields" : [
  644. {
  645. "location" : "query",
  646. "name" : "page",
  647. "schema" : {
  648. "title" : "Page",
  649. "_type" : "integer",
  650. "description" : "A page number within the paginated result set."
  651. }
  652. },
  653. {
  654. "location" : "query",
  655. "name" : "page_size",
  656. "schema" : {
  657. "_type" : "integer",
  658. "description" : "Number of results to return per page.",
  659. "title" : "Page size"
  660. }
  661. },
  662. {
  663. "location" : "query",
  664. "schema" : {
  665. "_type" : "string",
  666. "description" : "A search term.",
  667. "title" : "Search"
  668. },
  669. "name" : "search"
  670. }
  671. ]
  672. }
  673. },
  674. "list" : {
  675. "_type" : "link",
  676. "action" : "get",
  677. "url" : "/api/internal/events/"
  678. }
  679. },
  680. "ui" : {
  681. "namespaces" : {
  682. "imports" : {
  683. "list" : {
  684. "action" : "get",
  685. "_type" : "link",
  686. "url" : "/api/internal/ui/namespaces/{namespace_id}/imports/",
  687. "fields" : [
  688. {
  689. "location" : "path",
  690. "required" : true,
  691. "schema" : {
  692. "title" : "",
  693. "description" : "",
  694. "_type" : "string"
  695. },
  696. "name" : "namespace_id"
  697. },
  698. {
  699. "location" : "query",
  700. "schema" : {
  701. "description" : "A page number within the paginated result set.",
  702. "_type" : "integer",
  703. "title" : "Page"
  704. },
  705. "name" : "page"
  706. },
  707. {
  708. "name" : "page_size",
  709. "schema" : {
  710. "_type" : "integer",
  711. "description" : "Number of results to return per page.",
  712. "title" : "Page size"
  713. },
  714. "location" : "query"
  715. },
  716. {
  717. "schema" : {
  718. "title" : "Search",
  719. "description" : "A search term.",
  720. "_type" : "string"
  721. },
  722. "name" : "search",
  723. "location" : "query"
  724. }
  725. ]
  726. }
  727. }
  728. },
  729. "repo-or-collection-detail" : {
  730. "list" : {
  731. "_type" : "link",
  732. "action" : "get",
  733. "description" : "This is intendended to provide all of the information for the content\ndetail pages. For repos, it returns the repository, namespace and list of\ncontent items.\n\nFor collections it returns a collection object",
  734. "url" : "/api/internal/ui/repo-or-collection-detail/"
  735. }
  736. },
  737. "repos-and-collections" : {
  738. "list" : {
  739. "url" : "/api/internal/ui/repos-and-collections/",
  740. "action" : "get",
  741. "_type" : "link"
  742. }
  743. },
  744. "search" : {
  745. "list" : {
  746. "url" : "/api/internal/ui/search/",
  747. "_type" : "link",
  748. "action" : "get"
  749. }
  750. },
  751. "collections" : {
  752. "partial_update" : {
  753. "url" : "/api/internal/ui/collections/{id}/",
  754. "fields" : [
  755. {
  756. "location" : "path",
  757. "name" : "id",
  758. "schema" : {
  759. "title" : "ID",
  760. "description" : "A unique integer value identifying this collection.",
  761. "_type" : "integer"
  762. },
  763. "required" : true
  764. },
  765. {
  766. "name" : "deprecated",
  767. "schema" : {
  768. "title" : "Deprecated",
  769. "_type" : "boolean",
  770. "description" : ""
  771. },
  772. "location" : "form"
  773. },
  774. {
  775. "location" : "query",
  776. "name" : "search",
  777. "schema" : {
  778. "title" : "Search",
  779. "_type" : "string",
  780. "description" : "A search term."
  781. }
  782. }
  783. ],
  784. "encoding" : "application/json",
  785. "action" : "patch",
  786. "_type" : "link"
  787. },
  788. "list" : {
  789. "_type" : "link",
  790. "action" : "get",
  791. "fields" : [
  792. {
  793. "schema" : {
  794. "title" : "Page",
  795. "_type" : "integer",
  796. "description" : "A page number within the paginated result set."
  797. },
  798. "name" : "page",
  799. "location" : "query"
  800. },
  801. {
  802. "schema" : {
  803. "title" : "Page size",
  804. "_type" : "integer",
  805. "description" : "Number of results to return per page."
  806. },
  807. "name" : "page_size",
  808. "location" : "query"
  809. },
  810. {
  811. "schema" : {
  812. "description" : "A search term.",
  813. "_type" : "string",
  814. "title" : "Search"
  815. },
  816. "name" : "search",
  817. "location" : "query"
  818. }
  819. ],
  820. "url" : "/api/internal/ui/collections/"
  821. },
  822. "read" : {
  823. "fields" : [
  824. {
  825. "location" : "path",
  826. "schema" : {
  827. "title" : "",
  828. "_type" : "string",
  829. "description" : ""
  830. },
  831. "name" : "namespace__name",
  832. "required" : true
  833. },
  834. {
  835. "location" : "path",
  836. "required" : true,
  837. "name" : "name",
  838. "schema" : {
  839. "_type" : "string",
  840. "description" : "",
  841. "title" : ""
  842. }
  843. },
  844. {
  845. "location" : "query",
  846. "name" : "search",
  847. "schema" : {
  848. "description" : "A search term.",
  849. "_type" : "string",
  850. "title" : "Search"
  851. }
  852. }
  853. ],
  854. "url" : "/api/internal/ui/collections/{namespace__name}/{name}/",
  855. "_type" : "link",
  856. "action" : "get"
  857. },
  858. "update" : {
  859. "action" : "put",
  860. "_type" : "link",
  861. "encoding" : "application/json",
  862. "url" : "/api/internal/ui/collections/{id}/",
  863. "fields" : [
  864. {
  865. "schema" : {
  866. "description" : "A unique integer value identifying this collection.",
  867. "_type" : "integer",
  868. "title" : "ID"
  869. },
  870. "name" : "id",
  871. "required" : true,
  872. "location" : "path"
  873. },
  874. {
  875. "location" : "form",
  876. "schema" : {
  877. "title" : "Deprecated",
  878. "description" : "",
  879. "_type" : "boolean"
  880. },
  881. "name" : "deprecated"
  882. },
  883. {
  884. "location" : "query",
  885. "name" : "search",
  886. "schema" : {
  887. "title" : "Search",
  888. "_type" : "string",
  889. "description" : "A search term."
  890. }
  891. }
  892. ]
  893. }
  894. }
  895. }
  896. },
  897. "v1" : {
  898. "list" : {
  899. "_type" : "link",
  900. "action" : "get",
  901. "url" : "/api/v1/"
  902. },
  903. "removerole" : {
  904. "delete" : {
  905. "_type" : "link",
  906. "action" : "delete",
  907. "url" : "/api/v1/removerole/"
  908. }
  909. },
  910. "namespaces" : {
  911. "delete" : {
  912. "url" : "/api/v1/namespaces/{id}/",
  913. "fields" : [
  914. {
  915. "location" : "path",
  916. "required" : true,
  917. "schema" : {
  918. "_type" : "string",
  919. "description" : "",
  920. "title" : ""
  921. },
  922. "name" : "id"
  923. },
  924. {
  925. "location" : "query",
  926. "schema" : {
  927. "title" : "Search",
  928. "_type" : "string",
  929. "description" : "A search term."
  930. },
  931. "name" : "search"
  932. }
  933. ],
  934. "action" : "delete",
  935. "_type" : "link"
  936. },
  937. "read" : {
  938. "action" : "get",
  939. "_type" : "link",
  940. "url" : "/api/v1/namespaces/{id}/",
  941. "fields" : [
  942. {
  943. "schema" : {
  944. "title" : "",
  945. "description" : "",
  946. "_type" : "string"
  947. },
  948. "name" : "id",
  949. "required" : true,
  950. "location" : "path"
  951. },
  952. {
  953. "location" : "query",
  954. "schema" : {
  955. "title" : "Search",
  956. "_type" : "string",
  957. "description" : "A search term."
  958. },
  959. "name" : "search"
  960. }
  961. ]
  962. },
  963. "list" : {
  964. "action" : "get",
  965. "_type" : "link",
  966. "url" : "/api/v1/namespaces/",
  967. "fields" : [
  968. {
  969. "name" : "page",
  970. "schema" : {
  971. "_type" : "integer",
  972. "description" : "A page number within the paginated result set.",
  973. "title" : "Page"
  974. },
  975. "location" : "query"
  976. },
  977. {
  978. "location" : "query",
  979. "schema" : {
  980. "_type" : "integer",
  981. "description" : "Number of results to return per page.",
  982. "title" : "Page size"
  983. },
  984. "name" : "page_size"
  985. },
  986. {
  987. "schema" : {
  988. "title" : "Search",
  989. "description" : "A search term.",
  990. "_type" : "string"
  991. },
  992. "name" : "search",
  993. "location" : "query"
  994. }
  995. ]
  996. },
  997. "create" : {
  998. "_type" : "link",
  999. "action" : "post",
  1000. "encoding" : "application/json",
  1001. "fields" : [
  1002. {
  1003. "schema" : {
  1004. "title" : "Name",
  1005. "_type" : "string",
  1006. "description" : ""
  1007. },
  1008. "name" : "name",
  1009. "required" : true,
  1010. "location" : "form"
  1011. },
  1012. {
  1013. "location" : "form",
  1014. "schema" : {
  1015. "description" : "",
  1016. "_type" : "string",
  1017. "title" : "Description"
  1018. },
  1019. "name" : "description"
  1020. },
  1021. {
  1022. "location" : "form",
  1023. "name" : "avatar_url",
  1024. "schema" : {
  1025. "title" : "Avatar URL",
  1026. "_type" : "string",
  1027. "description" : ""
  1028. }
  1029. },
  1030. {
  1031. "schema" : {
  1032. "title" : "Location",
  1033. "_type" : "string",
  1034. "description" : ""
  1035. },
  1036. "name" : "location",
  1037. "location" : "form"
  1038. },
  1039. {
  1040. "location" : "form",
  1041. "schema" : {
  1042. "_type" : "string",
  1043. "description" : "",
  1044. "title" : "Company Name"
  1045. },
  1046. "name" : "company"
  1047. },
  1048. {
  1049. "schema" : {
  1050. "description" : "",
  1051. "_type" : "string",
  1052. "title" : "Email Address"
  1053. },
  1054. "name" : "email",
  1055. "location" : "form"
  1056. },
  1057. {
  1058. "schema" : {
  1059. "title" : "Web Site URL",
  1060. "description" : "",
  1061. "_type" : "string"
  1062. },
  1063. "name" : "html_url",
  1064. "location" : "form"
  1065. },
  1066. {
  1067. "location" : "form",
  1068. "schema" : {
  1069. "title" : "Is vendor",
  1070. "_type" : "boolean",
  1071. "description" : ""
  1072. },
  1073. "name" : "is_vendor"
  1074. }
  1075. ],
  1076. "url" : "/api/v1/namespaces/"
  1077. },
  1078. "content" : {
  1079. "list" : {
  1080. "url" : "/api/v1/namespaces/{id}/content/",
  1081. "fields" : [
  1082. {
  1083. "schema" : {
  1084. "title" : "",
  1085. "_type" : "string",
  1086. "description" : ""
  1087. },
  1088. "name" : "id",
  1089. "required" : true,
  1090. "location" : "path"
  1091. },
  1092. {
  1093. "location" : "query",
  1094. "schema" : {
  1095. "_type" : "integer",
  1096. "description" : "A page number within the paginated result set.",
  1097. "title" : "Page"
  1098. },
  1099. "name" : "page"
  1100. },
  1101. {
  1102. "location" : "query",
  1103. "name" : "page_size",
  1104. "schema" : {
  1105. "title" : "Page size",
  1106. "description" : "Number of results to return per page.",
  1107. "_type" : "integer"
  1108. }
  1109. },
  1110. {
  1111. "name" : "search",
  1112. "schema" : {
  1113. "title" : "Search",
  1114. "description" : "A search term.",
  1115. "_type" : "string"
  1116. },
  1117. "location" : "query"
  1118. }
  1119. ],
  1120. "action" : "get",
  1121. "_type" : "link"
  1122. }
  1123. },
  1124. "partial_update" : {
  1125. "url" : "/api/v1/namespaces/{id}/",
  1126. "fields" : [
  1127. {
  1128. "location" : "path",
  1129. "required" : true,
  1130. "name" : "id",
  1131. "schema" : {
  1132. "_type" : "string",
  1133. "description" : "",
  1134. "title" : ""
  1135. }
  1136. },
  1137. {
  1138. "location" : "form",
  1139. "name" : "name",
  1140. "schema" : {
  1141. "title" : "Name",
  1142. "description" : "",
  1143. "_type" : "string"
  1144. }
  1145. },
  1146. {
  1147. "location" : "form",
  1148. "name" : "description",
  1149. "schema" : {
  1150. "description" : "",
  1151. "_type" : "string",
  1152. "title" : "Description"
  1153. }
  1154. },
  1155. {
  1156. "location" : "form",
  1157. "schema" : {
  1158. "description" : "",
  1159. "_type" : "string",
  1160. "title" : "Avatar URL"
  1161. },
  1162. "name" : "avatar_url"
  1163. },
  1164. {
  1165. "schema" : {
  1166. "description" : "",
  1167. "_type" : "string",
  1168. "title" : "Location"
  1169. },
  1170. "name" : "location",
  1171. "location" : "form"
  1172. },
  1173. {
  1174. "location" : "form",
  1175. "schema" : {
  1176. "title" : "Company Name",
  1177. "_type" : "string",
  1178. "description" : ""
  1179. },
  1180. "name" : "company"
  1181. },
  1182. {
  1183. "name" : "email",
  1184. "schema" : {
  1185. "title" : "Email Address",
  1186. "_type" : "string",
  1187. "description" : ""
  1188. },
  1189. "location" : "form"
  1190. },
  1191. {
  1192. "name" : "html_url",
  1193. "schema" : {
  1194. "_type" : "string",
  1195. "description" : "",
  1196. "title" : "Web Site URL"
  1197. },
  1198. "location" : "form"
  1199. },
  1200. {
  1201. "name" : "is_vendor",
  1202. "schema" : {
  1203. "_type" : "boolean",
  1204. "description" : "",
  1205. "title" : "Is vendor"
  1206. },
  1207. "location" : "form"
  1208. },
  1209. {
  1210. "location" : "query",
  1211. "schema" : {
  1212. "title" : "Search",
  1213. "description" : "A search term.",
  1214. "_type" : "string"
  1215. },
  1216. "name" : "search"
  1217. }
  1218. ],
  1219. "encoding" : "application/json",
  1220. "action" : "patch",
  1221. "_type" : "link"
  1222. },
  1223. "update" : {
  1224. "encoding" : "application/json",
  1225. "action" : "put",
  1226. "_type" : "link",
  1227. "url" : "/api/v1/namespaces/{id}/",
  1228. "fields" : [
  1229. {
  1230. "name" : "id",
  1231. "schema" : {
  1232. "description" : "",
  1233. "_type" : "string",
  1234. "title" : ""
  1235. },
  1236. "required" : true,
  1237. "location" : "path"
  1238. },
  1239. {
  1240. "location" : "form",
  1241. "name" : "name",
  1242. "schema" : {
  1243. "description" : "",
  1244. "_type" : "string",
  1245. "title" : "Name"
  1246. },
  1247. "required" : true
  1248. },
  1249. {
  1250. "schema" : {
  1251. "title" : "Description",
  1252. "_type" : "string",
  1253. "description" : ""
  1254. },
  1255. "name" : "description",
  1256. "location" : "form"
  1257. },
  1258. {
  1259. "name" : "avatar_url",
  1260. "schema" : {
  1261. "title" : "Avatar URL",
  1262. "_type" : "string",
  1263. "description" : ""
  1264. },
  1265. "location" : "form"
  1266. },
  1267. {
  1268. "location" : "form",
  1269. "name" : "location",
  1270. "schema" : {
  1271. "title" : "Location",
  1272. "description" : "",
  1273. "_type" : "string"
  1274. }
  1275. },
  1276. {
  1277. "name" : "company",
  1278. "schema" : {
  1279. "description" : "",
  1280. "_type" : "string",
  1281. "title" : "Company Name"
  1282. },
  1283. "location" : "form"
  1284. },
  1285. {
  1286. "location" : "form",
  1287. "schema" : {
  1288. "_type" : "string",
  1289. "description" : "",
  1290. "title" : "Email Address"
  1291. },
  1292. "name" : "email"
  1293. },
  1294. {
  1295. "location" : "form",
  1296. "name" : "html_url",
  1297. "schema" : {
  1298. "description" : "",
  1299. "_type" : "string",
  1300. "title" : "Web Site URL"
  1301. }
  1302. },
  1303. {
  1304. "location" : "form",
  1305. "schema" : {
  1306. "_type" : "boolean",
  1307. "description" : "",
  1308. "title" : "Is vendor"
  1309. },
  1310. "name" : "is_vendor"
  1311. },
  1312. {
  1313. "location" : "query",
  1314. "name" : "search",
  1315. "schema" : {
  1316. "title" : "Search",
  1317. "_type" : "string",
  1318. "description" : "A search term."
  1319. }
  1320. }
  1321. ]
  1322. },
  1323. "owners" : {
  1324. "list" : {
  1325. "_type" : "link",
  1326. "action" : "get",
  1327. "fields" : [
  1328. {
  1329. "location" : "path",
  1330. "required" : true,
  1331. "name" : "id",
  1332. "schema" : {
  1333. "title" : "",
  1334. "_type" : "string",
  1335. "description" : ""
  1336. }
  1337. },
  1338. {
  1339. "location" : "query",
  1340. "name" : "page",
  1341. "schema" : {
  1342. "description" : "A page number within the paginated result set.",
  1343. "_type" : "integer",
  1344. "title" : "Page"
  1345. }
  1346. },
  1347. {
  1348. "location" : "query",
  1349. "name" : "page_size",
  1350. "schema" : {
  1351. "title" : "Page size",
  1352. "_type" : "integer",
  1353. "description" : "Number of results to return per page."
  1354. }
  1355. },
  1356. {
  1357. "location" : "query",
  1358. "name" : "search",
  1359. "schema" : {
  1360. "title" : "Search",
  1361. "description" : "A search term.",
  1362. "_type" : "string"
  1363. }
  1364. }
  1365. ],
  1366. "url" : "/api/v1/namespaces/{id}/owners/"
  1367. }
  1368. },
  1369. "provider_namespaces" : {
  1370. "list" : {
  1371. "url" : "/api/v1/namespaces/{id}/provider_namespaces/",
  1372. "fields" : [
  1373. {
  1374. "required" : true,
  1375. "schema" : {
  1376. "title" : "",
  1377. "description" : "",
  1378. "_type" : "string"
  1379. },
  1380. "name" : "id",
  1381. "location" : "path"
  1382. },
  1383. {
  1384. "location" : "query",
  1385. "schema" : {
  1386. "title" : "Page",
  1387. "description" : "A page number within the paginated result set.",
  1388. "_type" : "integer"
  1389. },
  1390. "name" : "page"
  1391. },
  1392. {
  1393. "name" : "page_size",
  1394. "schema" : {
  1395. "title" : "Page size",
  1396. "_type" : "integer",
  1397. "description" : "Number of results to return per page."
  1398. },
  1399. "location" : "query"
  1400. },
  1401. {
  1402. "location" : "query",
  1403. "name" : "search",
  1404. "schema" : {
  1405. "description" : "A search term.",
  1406. "_type" : "string",
  1407. "title" : "Search"
  1408. }
  1409. }
  1410. ],
  1411. "action" : "get",
  1412. "_type" : "link"
  1413. }
  1414. }
  1415. },
  1416. "repositories" : {
  1417. "subscriptions" : {
  1418. "update" : {
  1419. "fields" : [
  1420. {
  1421. "name" : "id",
  1422. "schema" : {
  1423. "description" : "",
  1424. "_type" : "string",
  1425. "title" : ""
  1426. },
  1427. "required" : true,
  1428. "location" : "path"
  1429. },
  1430. {
  1431. "location" : "form",
  1432. "name" : "github_user",
  1433. "schema" : {
  1434. "_type" : "string",
  1435. "description" : "",
  1436. "title" : "Github Username"
  1437. },
  1438. "required" : true
  1439. },
  1440. {
  1441. "required" : true,
  1442. "schema" : {
  1443. "description" : "",
  1444. "_type" : "string",
  1445. "title" : "Github Repository"
  1446. },
  1447. "name" : "github_repo",
  1448. "location" : "form"
  1449. },
  1450. {
  1451. "location" : "query",
  1452. "name" : "search",
  1453. "schema" : {
  1454. "title" : "Search",
  1455. "description" : "A search term.",
  1456. "_type" : "string"
  1457. }
  1458. }
  1459. ],
  1460. "url" : "/api/v1/repositories/subscriptions/{id}/",
  1461. "_type" : "link",
  1462. "action" : "put",
  1463. "encoding" : "application/json"
  1464. },
  1465. "partial_update" : {
  1466. "action" : "patch",
  1467. "_type" : "link",
  1468. "encoding" : "application/json",
  1469. "url" : "/api/v1/repositories/subscriptions/{id}/",
  1470. "fields" : [
  1471. {
  1472. "location" : "path",
  1473. "name" : "id",
  1474. "schema" : {
  1475. "title" : "",
  1476. "_type" : "string",
  1477. "description" : ""
  1478. },
  1479. "required" : true
  1480. },
  1481. {
  1482. "name" : "github_user",
  1483. "schema" : {
  1484. "title" : "Github Username",
  1485. "_type" : "string",
  1486. "description" : ""
  1487. },
  1488. "location" : "form"
  1489. },
  1490. {
  1491. "location" : "form",
  1492. "name" : "github_repo",
  1493. "schema" : {
  1494. "title" : "Github Repository",
  1495. "_type" : "string",
  1496. "description" : ""
  1497. }
  1498. },
  1499. {
  1500. "name" : "search",
  1501. "schema" : {
  1502. "title" : "Search",
  1503. "_type" : "string",
  1504. "description" : "A search term."
  1505. },
  1506. "location" : "query"
  1507. }
  1508. ]
  1509. },
  1510. "create" : {
  1511. "fields" : [
  1512. {
  1513. "location" : "form",
  1514. "name" : "github_user",
  1515. "schema" : {
  1516. "description" : "",
  1517. "_type" : "string",
  1518. "title" : "Github Username"
  1519. },
  1520. "required" : true
  1521. },
  1522. {
  1523. "location" : "form",
  1524. "schema" : {
  1525. "description" : "",
  1526. "_type" : "string",
  1527. "title" : "Github Repository"
  1528. },
  1529. "name" : "github_repo",
  1530. "required" : true
  1531. }
  1532. ],
  1533. "url" : "/api/v1/repositories/subscriptions/",
  1534. "encoding" : "application/json",
  1535. "_type" : "link",
  1536. "action" : "post"
  1537. },
  1538. "delete" : {
  1539. "_type" : "link",
  1540. "action" : "delete",
  1541. "fields" : [
  1542. {
  1543. "location" : "path",
  1544. "schema" : {
  1545. "title" : "",
  1546. "_type" : "string",
  1547. "description" : ""
  1548. },
  1549. "name" : "id",
  1550. "required" : true
  1551. },
  1552. {
  1553. "location" : "query",
  1554. "schema" : {
  1555. "title" : "Search",
  1556. "description" : "A search term.",
  1557. "_type" : "string"
  1558. },
  1559. "name" : "search"
  1560. }
  1561. ],
  1562. "url" : "/api/v1/repositories/subscriptions/{id}/"
  1563. },
  1564. "list" : {
  1565. "url" : "/api/v1/repositories/subscriptions/",
  1566. "fields" : [
  1567. {
  1568. "schema" : {
  1569. "title" : "Page",
  1570. "description" : "A page number within the paginated result set.",
  1571. "_type" : "integer"
  1572. },
  1573. "name" : "page",
  1574. "location" : "query"
  1575. },
  1576. {
  1577. "name" : "page_size",
  1578. "schema" : {
  1579. "description" : "Number of results to return per page.",
  1580. "_type" : "integer",
  1581. "title" : "Page size"
  1582. },
  1583. "location" : "query"
  1584. },
  1585. {
  1586. "name" : "search",
  1587. "schema" : {
  1588. "description" : "A search term.",
  1589. "_type" : "string",
  1590. "title" : "Search"
  1591. },
  1592. "location" : "query"
  1593. }
  1594. ],
  1595. "action" : "get",
  1596. "_type" : "link"
  1597. },
  1598. "read" : {
  1599. "_type" : "link",
  1600. "action" : "get",
  1601. "fields" : [
  1602. {
  1603. "name" : "id",
  1604. "schema" : {
  1605. "title" : "",
  1606. "_type" : "string",
  1607. "description" : ""
  1608. },
  1609. "required" : true,
  1610. "location" : "path"
  1611. },
  1612. {
  1613. "location" : "query",
  1614. "schema" : {
  1615. "description" : "A search term.",
  1616. "_type" : "string",
  1617. "title" : "Search"
  1618. },
  1619. "name" : "search"
  1620. }
  1621. ],
  1622. "url" : "/api/v1/repositories/subscriptions/{id}/"
  1623. }
  1624. },
  1625. "partial_update" : {
  1626. "url" : "/api/v1/repositories/{id}/",
  1627. "fields" : [
  1628. {
  1629. "name" : "id",
  1630. "schema" : {
  1631. "description" : "",
  1632. "_type" : "string",
  1633. "title" : ""
  1634. },
  1635. "required" : true,
  1636. "location" : "path"
  1637. },
  1638. {
  1639. "location" : "form",
  1640. "schema" : {
  1641. "_type" : "string",
  1642. "description" : "",
  1643. "title" : "Name"
  1644. },
  1645. "name" : "name"
  1646. },
  1647. {
  1648. "location" : "form",
  1649. "schema" : {
  1650. "title" : "Original name",
  1651. "description" : "",
  1652. "_type" : "string"
  1653. },
  1654. "name" : "original_name"
  1655. },
  1656. {
  1657. "location" : "form",
  1658. "name" : "description",
  1659. "schema" : {
  1660. "_type" : "string",
  1661. "description" : "",
  1662. "title" : "Description"
  1663. }
  1664. },
  1665. {
  1666. "location" : "form",
  1667. "name" : "format",
  1668. "schema" : {
  1669. "_type" : "enum",
  1670. "description" : "",
  1671. "enum" : [
  1672. "role",
  1673. "apb",
  1674. "multi"
  1675. ],
  1676. "title" : "Format"
  1677. }
  1678. },
  1679. {
  1680. "location" : "form",
  1681. "schema" : {
  1682. "description" : "",
  1683. "_type" : "string",
  1684. "title" : "Import branch"
  1685. },
  1686. "name" : "import_branch"
  1687. },
  1688. {
  1689. "schema" : {
  1690. "description" : "",
  1691. "_type" : "boolean",
  1692. "title" : "Is enabled"
  1693. },
  1694. "name" : "is_enabled",
  1695. "location" : "form"
  1696. },
  1697. {
  1698. "location" : "form",
  1699. "name" : "commit",
  1700. "schema" : {
  1701. "description" : "",
  1702. "_type" : "string",
  1703. "title" : "Commit"
  1704. }
  1705. },
  1706. {
  1707. "schema" : {
  1708. "title" : "Commit message",
  1709. "description" : "",
  1710. "_type" : "string"
  1711. },
  1712. "name" : "commit_message",
  1713. "location" : "form"
  1714. },
  1715. {
  1716. "location" : "form",
  1717. "name" : "commit_url",
  1718. "schema" : {
  1719. "title" : "Commit url",
  1720. "_type" : "string",
  1721. "description" : ""
  1722. }
  1723. },
  1724. {
  1725. "schema" : {
  1726. "description" : "",
  1727. "_type" : "string",
  1728. "title" : "Last Commit DateTime"
  1729. },
  1730. "name" : "commit_created",
  1731. "location" : "form"
  1732. },
  1733. {
  1734. "location" : "form",
  1735. "name" : "stargazers_count",
  1736. "schema" : {
  1737. "title" : "Stargazers count",
  1738. "description" : "",
  1739. "_type" : "integer"
  1740. }
  1741. },
  1742. {
  1743. "location" : "form",
  1744. "schema" : {
  1745. "title" : "Watchers count",
  1746. "description" : "",
  1747. "_type" : "integer"
  1748. },
  1749. "name" : "watchers_count"
  1750. },
  1751. {
  1752. "name" : "forks_count",
  1753. "schema" : {
  1754. "_type" : "integer",
  1755. "description" : "",
  1756. "title" : "Forks count"
  1757. },
  1758. "location" : "form"
  1759. },
  1760. {
  1761. "schema" : {
  1762. "description" : "",
  1763. "_type" : "integer",
  1764. "title" : "Open issues count"
  1765. },
  1766. "name" : "open_issues_count",
  1767. "location" : "form"
  1768. },
  1769. {
  1770. "name" : "download_count",
  1771. "schema" : {
  1772. "description" : "",
  1773. "_type" : "integer",
  1774. "title" : "Download count"
  1775. },
  1776. "location" : "form"
  1777. },
  1778. {
  1779. "schema" : {
  1780. "title" : "Travis Build URL",
  1781. "_type" : "string",
  1782. "description" : ""
  1783. },
  1784. "name" : "travis_build_url",
  1785. "location" : "form"
  1786. },
  1787. {
  1788. "location" : "form",
  1789. "schema" : {
  1790. "title" : "Travis Build Status",
  1791. "_type" : "string",
  1792. "description" : ""
  1793. },
  1794. "name" : "travis_status_url"
  1795. },
  1796. {
  1797. "location" : "form",
  1798. "name" : "issue_tracker_url",
  1799. "schema" : {
  1800. "title" : "Issue Tracker URL",
  1801. "description" : "",
  1802. "_type" : "string"
  1803. }
  1804. },
  1805. {
  1806. "location" : "form",
  1807. "schema" : {
  1808. "title" : "Deprecated",
  1809. "description" : "",
  1810. "_type" : "boolean"
  1811. },
  1812. "name" : "deprecated"
  1813. },
  1814. {
  1815. "name" : "community_score",
  1816. "schema" : {
  1817. "description" : "",
  1818. "_type" : "number",
  1819. "title" : "Community score"
  1820. },
  1821. "location" : "form"
  1822. },
  1823. {
  1824. "name" : "quality_score",
  1825. "schema" : {
  1826. "title" : "Quality score",
  1827. "description" : "",
  1828. "_type" : "number"
  1829. },
  1830. "location" : "form"
  1831. },
  1832. {
  1833. "name" : "quality_score_date",
  1834. "schema" : {
  1835. "title" : "DateTime last scored",
  1836. "_type" : "string",
  1837. "description" : ""
  1838. },
  1839. "location" : "form"
  1840. },
  1841. {
  1842. "location" : "form",
  1843. "schema" : {
  1844. "title" : "Community survey count",
  1845. "_type" : "integer",
  1846. "description" : ""
  1847. },
  1848. "name" : "community_survey_count"
  1849. },
  1850. {
  1851. "location" : "query",
  1852. "name" : "search",
  1853. "schema" : {
  1854. "_type" : "string",
  1855. "description" : "A search term.",
  1856. "title" : "Search"
  1857. }
  1858. }
  1859. ],
  1860. "encoding" : "application/json",
  1861. "action" : "patch",
  1862. "_type" : "link"
  1863. },
  1864. "versions" : {
  1865. "list" : {
  1866. "action" : "get",
  1867. "_type" : "link",
  1868. "url" : "/api/v1/repositories/{id}/versions/",
  1869. "fields" : [
  1870. {
  1871. "location" : "path",
  1872. "required" : true,
  1873. "name" : "id",
  1874. "schema" : {
  1875. "title" : "",
  1876. "_type" : "string",
  1877. "description" : ""
  1878. }
  1879. },
  1880. {
  1881. "schema" : {
  1882. "_type" : "integer",
  1883. "description" : "A page number within the paginated result set.",
  1884. "title" : "Page"
  1885. },
  1886. "name" : "page",
  1887. "location" : "query"
  1888. },
  1889. {
  1890. "location" : "query",
  1891. "schema" : {
  1892. "title" : "Page size",
  1893. "description" : "Number of results to return per page.",
  1894. "_type" : "integer"
  1895. },
  1896. "name" : "page_size"
  1897. },
  1898. {
  1899. "name" : "search",
  1900. "schema" : {
  1901. "title" : "Search",
  1902. "_type" : "string",
  1903. "description" : "A search term."
  1904. },
  1905. "location" : "query"
  1906. }
  1907. ]
  1908. }
  1909. },
  1910. "update" : {
  1911. "encoding" : "application/json",
  1912. "_type" : "link",
  1913. "action" : "put",
  1914. "fields" : [
  1915. {
  1916. "location" : "path",
  1917. "required" : true,
  1918. "name" : "id",
  1919. "schema" : {
  1920. "title" : "",
  1921. "_type" : "string",
  1922. "description" : ""
  1923. }
  1924. },
  1925. {
  1926. "location" : "form",
  1927. "schema" : {
  1928. "title" : "Name",
  1929. "_type" : "string",
  1930. "description" : ""
  1931. },
  1932. "name" : "name",
  1933. "required" : true
  1934. },
  1935. {
  1936. "schema" : {
  1937. "_type" : "string",
  1938. "description" : "",
  1939. "title" : "Original name"
  1940. },
  1941. "name" : "original_name",
  1942. "required" : true,
  1943. "location" : "form"
  1944. },
  1945. {
  1946. "location" : "form",
  1947. "schema" : {
  1948. "_type" : "string",
  1949. "description" : "",
  1950. "title" : "Description"
  1951. },
  1952. "name" : "description"
  1953. },
  1954. {
  1955. "name" : "format",
  1956. "schema" : {
  1957. "title" : "Format",
  1958. "enum" : [
  1959. "role",
  1960. "apb",
  1961. "multi"
  1962. ],
  1963. "_type" : "enum",
  1964. "description" : ""
  1965. },
  1966. "location" : "form"
  1967. },
  1968. {
  1969. "schema" : {
  1970. "_type" : "string",
  1971. "description" : "",
  1972. "title" : "Import branch"
  1973. },
  1974. "name" : "import_branch",
  1975. "location" : "form"
  1976. },
  1977. {
  1978. "location" : "form",
  1979. "schema" : {
  1980. "description" : "",
  1981. "_type" : "boolean",
  1982. "title" : "Is enabled"
  1983. },
  1984. "name" : "is_enabled"
  1985. },
  1986. {
  1987. "name" : "commit",
  1988. "schema" : {
  1989. "title" : "Commit",
  1990. "_type" : "string",
  1991. "description" : ""
  1992. },
  1993. "location" : "form"
  1994. },
  1995. {
  1996. "schema" : {
  1997. "description" : "",
  1998. "_type" : "string",
  1999. "title" : "Commit message"
  2000. },
  2001. "name" : "commit_message",
  2002. "location" : "form"
  2003. },
  2004. {
  2005. "schema" : {
  2006. "title" : "Commit url",
  2007. "description" : "",
  2008. "_type" : "string"
  2009. },
  2010. "name" : "commit_url",
  2011. "location" : "form"
  2012. },
  2013. {
  2014. "location" : "form",
  2015. "schema" : {
  2016. "_type" : "string",
  2017. "description" : "",
  2018. "title" : "Last Commit DateTime"
  2019. },
  2020. "name" : "commit_created"
  2021. },
  2022. {
  2023. "location" : "form",
  2024. "schema" : {
  2025. "title" : "Stargazers count",
  2026. "_type" : "integer",
  2027. "description" : ""
  2028. },
  2029. "name" : "stargazers_count"
  2030. },
  2031. {
  2032. "name" : "watchers_count",
  2033. "schema" : {
  2034. "title" : "Watchers count",
  2035. "description" : "",
  2036. "_type" : "integer"
  2037. },
  2038. "location" : "form"
  2039. },
  2040. {
  2041. "location" : "form",
  2042. "name" : "forks_count",
  2043. "schema" : {
  2044. "_type" : "integer",
  2045. "description" : "",
  2046. "title" : "Forks count"
  2047. }
  2048. },
  2049. {
  2050. "name" : "open_issues_count",
  2051. "schema" : {
  2052. "title" : "Open issues count",
  2053. "description" : "",
  2054. "_type" : "integer"
  2055. },
  2056. "location" : "form"
  2057. },
  2058. {
  2059. "location" : "form",
  2060. "name" : "download_count",
  2061. "schema" : {
  2062. "title" : "Download count",
  2063. "description" : "",
  2064. "_type" : "integer"
  2065. }
  2066. },
  2067. {
  2068. "location" : "form",
  2069. "name" : "travis_build_url",
  2070. "schema" : {
  2071. "title" : "Travis Build URL",
  2072. "description" : "",
  2073. "_type" : "string"
  2074. }
  2075. },
  2076. {
  2077. "location" : "form",
  2078. "name" : "travis_status_url",
  2079. "schema" : {
  2080. "title" : "Travis Build Status",
  2081. "_type" : "string",
  2082. "description" : ""
  2083. }
  2084. },
  2085. {
  2086. "location" : "form",
  2087. "name" : "issue_tracker_url",
  2088. "schema" : {
  2089. "title" : "Issue Tracker URL",
  2090. "_type" : "string",
  2091. "description" : ""
  2092. }
  2093. },
  2094. {
  2095. "location" : "form",
  2096. "name" : "deprecated",
  2097. "schema" : {
  2098. "description" : "",
  2099. "_type" : "boolean",
  2100. "title" : "Deprecated"
  2101. }
  2102. },
  2103. {
  2104. "location" : "form",
  2105. "schema" : {
  2106. "title" : "Community score",
  2107. "_type" : "number",
  2108. "description" : ""
  2109. },
  2110. "name" : "community_score"
  2111. },
  2112. {
  2113. "name" : "quality_score",
  2114. "schema" : {
  2115. "description" : "",
  2116. "_type" : "number",
  2117. "title" : "Quality score"
  2118. },
  2119. "location" : "form"
  2120. },
  2121. {
  2122. "location" : "form",
  2123. "name" : "quality_score_date",
  2124. "schema" : {
  2125. "description" : "",
  2126. "_type" : "string",
  2127. "title" : "DateTime last scored"
  2128. }
  2129. },
  2130. {
  2131. "schema" : {
  2132. "_type" : "integer",
  2133. "description" : "",
  2134. "title" : "Community survey count"
  2135. },
  2136. "name" : "community_survey_count",
  2137. "location" : "form"
  2138. },
  2139. {
  2140. "name" : "search",
  2141. "schema" : {
  2142. "description" : "A search term.",
  2143. "_type" : "string",
  2144. "title" : "Search"
  2145. },
  2146. "location" : "query"
  2147. }
  2148. ],
  2149. "url" : "/api/v1/repositories/{id}/"
  2150. },
  2151. "imports" : {
  2152. "list" : {
  2153. "_type" : "link",
  2154. "action" : "get",
  2155. "fields" : [
  2156. {
  2157. "location" : "path",
  2158. "required" : true,
  2159. "schema" : {
  2160. "title" : "",
  2161. "_type" : "string",
  2162. "description" : ""
  2163. },
  2164. "name" : "id"
  2165. },
  2166. {
  2167. "location" : "query",
  2168. "schema" : {
  2169. "description" : "A page number within the paginated result set.",
  2170. "_type" : "integer",
  2171. "title" : "Page"
  2172. },
  2173. "name" : "page"
  2174. },
  2175. {
  2176. "schema" : {
  2177. "title" : "Page size",
  2178. "_type" : "integer",
  2179. "description" : "Number of results to return per page."
  2180. },
  2181. "name" : "page_size",
  2182. "location" : "query"
  2183. },
  2184. {
  2185. "location" : "query",
  2186. "name" : "search",
  2187. "schema" : {
  2188. "_type" : "string",
  2189. "description" : "A search term.",
  2190. "title" : "Search"
  2191. }
  2192. }
  2193. ],
  2194. "url" : "/api/v1/repositories/{id}/imports/"
  2195. }
  2196. },
  2197. "delete" : {
  2198. "_type" : "link",
  2199. "action" : "delete",
  2200. "fields" : [
  2201. {
  2202. "required" : true,
  2203. "schema" : {
  2204. "title" : "",
  2205. "description" : "",
  2206. "_type" : "string"
  2207. },
  2208. "name" : "id",
  2209. "location" : "path"
  2210. },
  2211. {
  2212. "name" : "search",
  2213. "schema" : {
  2214. "title" : "Search",
  2215. "_type" : "string",
  2216. "description" : "A search term."
  2217. },
  2218. "location" : "query"
  2219. }
  2220. ],
  2221. "url" : "/api/v1/repositories/{id}/"
  2222. },
  2223. "list" : {
  2224. "action" : "get",
  2225. "_type" : "link",
  2226. "url" : "/api/v1/repositories/",
  2227. "fields" : [
  2228. {
  2229. "location" : "query",
  2230. "name" : "page",
  2231. "schema" : {
  2232. "title" : "Page",
  2233. "_type" : "integer",
  2234. "description" : "A page number within the paginated result set."
  2235. }
  2236. },
  2237. {
  2238. "name" : "page_size",
  2239. "schema" : {
  2240. "title" : "Page size",
  2241. "description" : "Number of results to return per page.",
  2242. "_type" : "integer"
  2243. },
  2244. "location" : "query"
  2245. },
  2246. {
  2247. "name" : "search",
  2248. "schema" : {
  2249. "_type" : "string",
  2250. "description" : "A search term.",
  2251. "title" : "Search"
  2252. },
  2253. "location" : "query"
  2254. }
  2255. ]
  2256. },
  2257. "read" : {
  2258. "action" : "get",
  2259. "_type" : "link",
  2260. "url" : "/api/v1/repositories/{id}/",
  2261. "fields" : [
  2262. {
  2263. "name" : "id",
  2264. "schema" : {
  2265. "_type" : "string",
  2266. "description" : "",
  2267. "title" : ""
  2268. },
  2269. "required" : true,
  2270. "location" : "path"
  2271. },
  2272. {
  2273. "location" : "query",
  2274. "schema" : {
  2275. "_type" : "string",
  2276. "description" : "A search term.",
  2277. "title" : "Search"
  2278. },
  2279. "name" : "search"
  2280. }
  2281. ]
  2282. },
  2283. "refresh" : {
  2284. "list" : {
  2285. "url" : "/api/v1/repositories/refresh/",
  2286. "action" : "get",
  2287. "description" : "Return user GitHub repos directly from GitHub.\nUse to refresh cache for the authenticated user.",
  2288. "_type" : "link"
  2289. }
  2290. },
  2291. "content" : {
  2292. "list" : {
  2293. "action" : "get",
  2294. "_type" : "link",
  2295. "url" : "/api/v1/repositories/{id}/content/",
  2296. "fields" : [
  2297. {
  2298. "schema" : {
  2299. "_type" : "string",
  2300. "description" : "",
  2301. "title" : ""
  2302. },
  2303. "name" : "id",
  2304. "required" : true,
  2305. "location" : "path"
  2306. },
  2307. {
  2308. "schema" : {
  2309. "title" : "Page",
  2310. "_type" : "integer",
  2311. "description" : "A page number within the paginated result set."
  2312. },
  2313. "name" : "page",
  2314. "location" : "query"
  2315. },
  2316. {
  2317. "name" : "page_size",
  2318. "schema" : {
  2319. "title" : "Page size",
  2320. "description" : "Number of results to return per page.",
  2321. "_type" : "integer"
  2322. },
  2323. "location" : "query"
  2324. },
  2325. {
  2326. "location" : "query",
  2327. "schema" : {
  2328. "description" : "A search term.",
  2329. "_type" : "string",
  2330. "title" : "Search"
  2331. },
  2332. "name" : "search"
  2333. }
  2334. ]
  2335. }
  2336. },
  2337. "create" : {
  2338. "action" : "post",
  2339. "_type" : "link",
  2340. "encoding" : "application/json",
  2341. "url" : "/api/v1/repositories/",
  2342. "fields" : [
  2343. {
  2344. "location" : "form",
  2345. "required" : true,
  2346. "schema" : {
  2347. "title" : "Name",
  2348. "description" : "",
  2349. "_type" : "string"
  2350. },
  2351. "name" : "name"
  2352. },
  2353. {
  2354. "name" : "original_name",
  2355. "schema" : {
  2356. "title" : "Original name",
  2357. "description" : "",
  2358. "_type" : "string"
  2359. },
  2360. "required" : true,
  2361. "location" : "form"
  2362. },
  2363. {
  2364. "location" : "form",
  2365. "schema" : {
  2366. "title" : "Description",
  2367. "_type" : "string",
  2368. "description" : ""
  2369. },
  2370. "name" : "description"
  2371. },
  2372. {
  2373. "name" : "format",
  2374. "schema" : {
  2375. "description" : "",
  2376. "_type" : "enum",
  2377. "enum" : [
  2378. "role",
  2379. "apb",
  2380. "multi"
  2381. ],
  2382. "title" : "Format"
  2383. },
  2384. "location" : "form"
  2385. },
  2386. {
  2387. "schema" : {
  2388. "description" : "",
  2389. "_type" : "string",
  2390. "title" : "Import branch"
  2391. },
  2392. "name" : "import_branch",
  2393. "location" : "form"
  2394. },
  2395. {
  2396. "location" : "form",
  2397. "schema" : {
  2398. "title" : "Is enabled",
  2399. "description" : "",
  2400. "_type" : "boolean"
  2401. },
  2402. "name" : "is_enabled"
  2403. },
  2404. {
  2405. "location" : "form",
  2406. "name" : "commit",
  2407. "schema" : {
  2408. "title" : "Commit",
  2409. "description" : "",
  2410. "_type" : "string"
  2411. }
  2412. },
  2413. {
  2414. "location" : "form",
  2415. "schema" : {
  2416. "title" : "Commit message",
  2417. "_type" : "string",
  2418. "description" : ""
  2419. },
  2420. "name" : "commit_message"
  2421. },
  2422. {
  2423. "name" : "commit_url",
  2424. "schema" : {
  2425. "description" : "",
  2426. "_type" : "string",
  2427. "title" : "Commit url"
  2428. },
  2429. "location" : "form"
  2430. },
  2431. {
  2432. "location" : "form",
  2433. "name" : "commit_created",
  2434. "schema" : {
  2435. "title" : "Last Commit DateTime",
  2436. "_type" : "string",
  2437. "description" : ""
  2438. }
  2439. },
  2440. {
  2441. "name" : "stargazers_count",
  2442. "schema" : {
  2443. "title" : "Stargazers count",
  2444. "description" : "",
  2445. "_type" : "integer"
  2446. },
  2447. "location" : "form"
  2448. },
  2449. {
  2450. "location" : "form",
  2451. "schema" : {
  2452. "_type" : "integer",
  2453. "description" : "",
  2454. "title" : "Watchers count"
  2455. },
  2456. "name" : "watchers_count"
  2457. },
  2458. {
  2459. "location" : "form",
  2460. "name" : "forks_count",
  2461. "schema" : {
  2462. "description" : "",
  2463. "_type" : "integer",
  2464. "title" : "Forks count"
  2465. }
  2466. },
  2467. {
  2468. "location" : "form",
  2469. "schema" : {
  2470. "description" : "",
  2471. "_type" : "integer",
  2472. "title" : "Open issues count"
  2473. },
  2474. "name" : "open_issues_count"
  2475. },
  2476. {
  2477. "location" : "form",
  2478. "name" : "download_count",
  2479. "schema" : {
  2480. "description" : "",
  2481. "_type" : "integer",
  2482. "title" : "Download count"
  2483. }
  2484. },
  2485. {
  2486. "location" : "form",
  2487. "schema" : {
  2488. "description" : "",
  2489. "_type" : "string",
  2490. "title" : "Travis Build URL"
  2491. },
  2492. "name" : "travis_build_url"
  2493. },
  2494. {
  2495. "location" : "form",
  2496. "name" : "travis_status_url",
  2497. "schema" : {
  2498. "description" : "",
  2499. "_type" : "string",
  2500. "title" : "Travis Build Status"
  2501. }
  2502. },
  2503. {
  2504. "location" : "form",
  2505. "name" : "issue_tracker_url",
  2506. "schema" : {
  2507. "_type" : "string",
  2508. "description" : "",
  2509. "title" : "Issue Tracker URL"
  2510. }
  2511. },
  2512. {
  2513. "name" : "deprecated",
  2514. "schema" : {
  2515. "title" : "Deprecated",
  2516. "description" : "",
  2517. "_type" : "boolean"
  2518. },
  2519. "location" : "form"
  2520. },
  2521. {
  2522. "name" : "community_score",
  2523. "schema" : {
  2524. "title" : "Community score",
  2525. "_type" : "number",
  2526. "description" : ""
  2527. },
  2528. "location" : "form"
  2529. },
  2530. {
  2531. "name" : "quality_score",
  2532. "schema" : {
  2533. "title" : "Quality score",
  2534. "description" : "",
  2535. "_type" : "number"
  2536. },
  2537. "location" : "form"
  2538. },
  2539. {
  2540. "location" : "form",
  2541. "schema" : {
  2542. "_type" : "string",
  2543. "description" : "",
  2544. "title" : "DateTime last scored"
  2545. },
  2546. "name" : "quality_score_date"
  2547. },
  2548. {
  2549. "location" : "form",
  2550. "schema" : {
  2551. "_type" : "integer",
  2552. "description" : "",
  2553. "title" : "Community survey count"
  2554. },
  2555. "name" : "community_survey_count"
  2556. }
  2557. ]
  2558. }
  2559. },
  2560. "content_blocks" : {
  2561. "list" : {
  2562. "fields" : [
  2563. {
  2564. "name" : "page",
  2565. "schema" : {
  2566. "title" : "Page",
  2567. "_type" : "integer",
  2568. "description" : "A page number within the paginated result set."
  2569. },
  2570. "location" : "query"
  2571. },
  2572. {
  2573. "name" : "page_size",
  2574. "schema" : {
  2575. "description" : "Number of results to return per page.",
  2576. "_type" : "integer",
  2577. "title" : "Page size"
  2578. },
  2579. "location" : "query"
  2580. },
  2581. {
  2582. "location" : "query",
  2583. "name" : "search",
  2584. "schema" : {
  2585. "title" : "Search",
  2586. "description" : "A search term.",
  2587. "_type" : "string"
  2588. }
  2589. }
  2590. ],
  2591. "url" : "/api/v1/content_blocks/",
  2592. "_type" : "link",
  2593. "action" : "get"
  2594. },
  2595. "read" : {
  2596. "action" : "get",
  2597. "_type" : "link",
  2598. "url" : "/api/v1/content_blocks/{name}/",
  2599. "fields" : [
  2600. {
  2601. "required" : true,
  2602. "name" : "name",
  2603. "schema" : {
  2604. "description" : "",
  2605. "_type" : "string",
  2606. "title" : ""
  2607. },
  2608. "location" : "path"
  2609. },
  2610. {
  2611. "location" : "query",
  2612. "name" : "search",
  2613. "schema" : {
  2614. "title" : "Search",
  2615. "description" : "A search term.",
  2616. "_type" : "string"
  2617. }
  2618. }
  2619. ]
  2620. }
  2621. },
  2622. "provider_namespaces" : {
  2623. "partial_update" : {
  2624. "encoding" : "application/json",
  2625. "_type" : "link",
  2626. "action" : "patch",
  2627. "fields" : [
  2628. {
  2629. "location" : "path",
  2630. "required" : true,
  2631. "name" : "id",
  2632. "schema" : {
  2633. "description" : "",
  2634. "_type" : "string",
  2635. "title" : ""
  2636. }
  2637. },
  2638. {
  2639. "name" : "name",
  2640. "schema" : {
  2641. "description" : "",
  2642. "_type" : "string",
  2643. "title" : "Name"
  2644. },
  2645. "location" : "form"
  2646. },
  2647. {
  2648. "schema" : {
  2649. "_type" : "string",
  2650. "description" : "",
  2651. "title" : "Description"
  2652. },
  2653. "name" : "description",
  2654. "location" : "form"
  2655. },
  2656. {
  2657. "name" : "avatar_url",
  2658. "schema" : {
  2659. "title" : "Avatar URL",
  2660. "description" : "",
  2661. "_type" : "string"
  2662. },
  2663. "location" : "form"
  2664. },
  2665. {
  2666. "name" : "location",
  2667. "schema" : {
  2668. "_type" : "string",
  2669. "description" : "",
  2670. "title" : "Location"
  2671. },
  2672. "location" : "form"
  2673. },
  2674. {
  2675. "schema" : {
  2676. "title" : "Company Name",
  2677. "description" : "",
  2678. "_type" : "string"
  2679. },
  2680. "name" : "company",
  2681. "location" : "form"
  2682. },
  2683. {
  2684. "schema" : {
  2685. "description" : "",
  2686. "_type" : "string",
  2687. "title" : "Email Address"
  2688. },
  2689. "name" : "email",
  2690. "location" : "form"
  2691. },
  2692. {
  2693. "schema" : {
  2694. "title" : "Web Site URL",
  2695. "description" : "",
  2696. "_type" : "string"
  2697. },
  2698. "name" : "html_url",
  2699. "location" : "form"
  2700. },
  2701. {
  2702. "name" : "followers",
  2703. "schema" : {
  2704. "title" : "Followers",
  2705. "_type" : "integer",
  2706. "description" : ""
  2707. },
  2708. "location" : "form"
  2709. },
  2710. {
  2711. "name" : "search",
  2712. "schema" : {
  2713. "description" : "A search term.",
  2714. "_type" : "string",
  2715. "title" : "Search"
  2716. },
  2717. "location" : "query"
  2718. }
  2719. ],
  2720. "url" : "/api/v1/provider_namespaces/{id}/"
  2721. },
  2722. "update" : {
  2723. "url" : "/api/v1/provider_namespaces/{id}/",
  2724. "fields" : [
  2725. {
  2726. "location" : "path",
  2727. "name" : "id",
  2728. "schema" : {
  2729. "title" : "",
  2730. "_type" : "string",
  2731. "description" : ""
  2732. },
  2733. "required" : true
  2734. },
  2735. {
  2736. "location" : "form",
  2737. "name" : "name",
  2738. "schema" : {
  2739. "title" : "Name",
  2740. "_type" : "string",
  2741. "description" : ""
  2742. },
  2743. "required" : true
  2744. },
  2745. {
  2746. "schema" : {
  2747. "title" : "Description",
  2748. "description" : "",
  2749. "_type" : "string"
  2750. },
  2751. "name" : "description",
  2752. "location" : "form"
  2753. },
  2754. {
  2755. "location" : "form",
  2756. "schema" : {
  2757. "_type" : "string",
  2758. "description" : "",
  2759. "title" : "Avatar URL"
  2760. },
  2761. "name" : "avatar_url"
  2762. },
  2763. {
  2764. "location" : "form",
  2765. "name" : "location",
  2766. "schema" : {
  2767. "title" : "Location",
  2768. "description" : "",
  2769. "_type" : "string"
  2770. }
  2771. },
  2772. {
  2773. "location" : "form",
  2774. "schema" : {
  2775. "title" : "Company Name",
  2776. "_type" : "string",
  2777. "description" : ""
  2778. },
  2779. "name" : "company"
  2780. },
  2781. {
  2782. "location" : "form",
  2783. "name" : "email",
  2784. "schema" : {
  2785. "_type" : "string",
  2786. "description" : "",
  2787. "title" : "Email Address"
  2788. }
  2789. },
  2790. {
  2791. "name" : "html_url",
  2792. "schema" : {
  2793. "description" : "",
  2794. "_type" : "string",
  2795. "title" : "Web Site URL"
  2796. },
  2797. "location" : "form"
  2798. },
  2799. {
  2800. "location" : "form",
  2801. "schema" : {
  2802. "title" : "Followers",
  2803. "description" : "",
  2804. "_type" : "integer"
  2805. },
  2806. "name" : "followers"
  2807. },
  2808. {
  2809. "location" : "query",
  2810. "schema" : {
  2811. "title" : "Search",
  2812. "_type" : "string",
  2813. "description" : "A search term."
  2814. },
  2815. "name" : "search"
  2816. }
  2817. ],
  2818. "encoding" : "application/json",
  2819. "action" : "put",
  2820. "_type" : "link"
  2821. },
  2822. "delete" : {
  2823. "_type" : "link",
  2824. "action" : "delete",
  2825. "fields" : [
  2826. {
  2827. "name" : "id",
  2828. "schema" : {
  2829. "title" : "",
  2830. "description" : "",
  2831. "_type" : "string"
  2832. },
  2833. "required" : true,
  2834. "location" : "path"
  2835. },
  2836. {
  2837. "location" : "query",
  2838. "name" : "search",
  2839. "schema" : {
  2840. "title" : "Search",
  2841. "_type" : "string",
  2842. "description" : "A search term."
  2843. }
  2844. }
  2845. ],
  2846. "url" : "/api/v1/provider_namespaces/{id}/"
  2847. },
  2848. "list" : {
  2849. "url" : "/api/v1/provider_namespaces/",
  2850. "fields" : [
  2851. {
  2852. "schema" : {
  2853. "title" : "Page",
  2854. "description" : "A page number within the paginated result set.",
  2855. "_type" : "integer"
  2856. },
  2857. "name" : "page",
  2858. "location" : "query"
  2859. },
  2860. {
  2861. "schema" : {
  2862. "description" : "Number of results to return per page.",
  2863. "_type" : "integer",
  2864. "title" : "Page size"
  2865. },
  2866. "name" : "page_size",
  2867. "location" : "query"
  2868. },
  2869. {
  2870. "schema" : {
  2871. "_type" : "string",
  2872. "description" : "A search term.",
  2873. "title" : "Search"
  2874. },
  2875. "name" : "search",
  2876. "location" : "query"
  2877. }
  2878. ],
  2879. "action" : "get",
  2880. "_type" : "link"
  2881. },
  2882. "read" : {
  2883. "_type" : "link",
  2884. "action" : "get",
  2885. "fields" : [
  2886. {
  2887. "schema" : {
  2888. "title" : "",
  2889. "description" : "",
  2890. "_type" : "string"
  2891. },
  2892. "name" : "id",
  2893. "required" : true,
  2894. "location" : "path"
  2895. },
  2896. {
  2897. "location" : "query",
  2898. "name" : "search",
  2899. "schema" : {
  2900. "title" : "Search",
  2901. "_type" : "string",
  2902. "description" : "A search term."
  2903. }
  2904. }
  2905. ],
  2906. "url" : "/api/v1/provider_namespaces/{id}/"
  2907. },
  2908. "repositories" : {
  2909. "list" : {
  2910. "_type" : "link",
  2911. "action" : "get",
  2912. "fields" : [
  2913. {
  2914. "location" : "path",
  2915. "schema" : {
  2916. "title" : "",
  2917. "description" : "",
  2918. "_type" : "string"
  2919. },
  2920. "name" : "id",
  2921. "required" : true
  2922. },
  2923. {
  2924. "location" : "query",
  2925. "name" : "page",
  2926. "schema" : {
  2927. "description" : "A page number within the paginated result set.",
  2928. "_type" : "integer",
  2929. "title" : "Page"
  2930. }
  2931. },
  2932. {
  2933. "location" : "query",
  2934. "name" : "page_size",
  2935. "schema" : {
  2936. "description" : "Number of results to return per page.",
  2937. "_type" : "integer",
  2938. "title" : "Page size"
  2939. }
  2940. },
  2941. {
  2942. "name" : "search",
  2943. "schema" : {
  2944. "title" : "Search",
  2945. "description" : "A search term.",
  2946. "_type" : "string"
  2947. },
  2948. "location" : "query"
  2949. }
  2950. ],
  2951. "url" : "/api/v1/provider_namespaces/{id}/repositories/"
  2952. }
  2953. },
  2954. "create" : {
  2955. "_type" : "link",
  2956. "action" : "post",
  2957. "encoding" : "application/json",
  2958. "fields" : [
  2959. {
  2960. "required" : true,
  2961. "name" : "name",
  2962. "schema" : {
  2963. "title" : "Name",
  2964. "_type" : "string",
  2965. "description" : ""
  2966. },
  2967. "location" : "form"
  2968. },
  2969. {
  2970. "location" : "form",
  2971. "name" : "description",
  2972. "schema" : {
  2973. "title" : "Description",
  2974. "description" : "",
  2975. "_type" : "string"
  2976. }
  2977. },
  2978. {
  2979. "location" : "form",
  2980. "name" : "avatar_url",
  2981. "schema" : {
  2982. "_type" : "string",
  2983. "description" : "",
  2984. "title" : "Avatar URL"
  2985. }
  2986. },
  2987. {
  2988. "location" : "form",
  2989. "name" : "location",
  2990. "schema" : {
  2991. "description" : "",
  2992. "_type" : "string",
  2993. "title" : "Location"
  2994. }
  2995. },
  2996. {
  2997. "schema" : {
  2998. "title" : "Company Name",
  2999. "description" : "",
  3000. "_type" : "string"
  3001. },
  3002. "name" : "company",
  3003. "location" : "form"
  3004. },
  3005. {
  3006. "name" : "email",
  3007. "schema" : {
  3008. "title" : "Email Address",
  3009. "_type" : "string",
  3010. "description" : ""
  3011. },
  3012. "location" : "form"
  3013. },
  3014. {
  3015. "name" : "html_url",
  3016. "schema" : {
  3017. "title" : "Web Site URL",
  3018. "description" : "",
  3019. "_type" : "string"
  3020. },
  3021. "location" : "form"
  3022. },
  3023. {
  3024. "location" : "form",
  3025. "schema" : {
  3026. "title" : "Followers",
  3027. "_type" : "integer",
  3028. "description" : ""
  3029. },
  3030. "name" : "followers"
  3031. }
  3032. ],
  3033. "url" : "/api/v1/provider_namespaces/"
  3034. }
  3035. },
  3036. "emails" : {
  3037. "update" : {
  3038. "_type" : "link",
  3039. "action" : "put",
  3040. "encoding" : "application/json",
  3041. "fields" : [
  3042. {
  3043. "schema" : {
  3044. "title" : "",
  3045. "_type" : "string",
  3046. "description" : ""
  3047. },
  3048. "name" : "id",
  3049. "required" : true,
  3050. "location" : "path"
  3051. },
  3052. {
  3053. "name" : "email",
  3054. "schema" : {
  3055. "title" : "Email",
  3056. "_type" : "string",
  3057. "description" : ""
  3058. },
  3059. "required" : true,
  3060. "location" : "form"
  3061. },
  3062. {
  3063. "location" : "form",
  3064. "name" : "primary",
  3065. "schema" : {
  3066. "_type" : "boolean",
  3067. "description" : "",
  3068. "title" : "Primary"
  3069. }
  3070. },
  3071. {
  3072. "required" : true,
  3073. "name" : "user",
  3074. "schema" : {
  3075. "title" : "User",
  3076. "description" : "",
  3077. "_type" : "integer"
  3078. },
  3079. "location" : "form"
  3080. },
  3081. {
  3082. "name" : "search",
  3083. "schema" : {
  3084. "_type" : "string",
  3085. "description" : "A search term.",
  3086. "title" : "Search"
  3087. },
  3088. "location" : "query"
  3089. }
  3090. ],
  3091. "url" : "/api/v1/emails/{id}/"
  3092. },
  3093. "verification" : {
  3094. "list" : {
  3095. "url" : "/api/v1/emails/verification/",
  3096. "fields" : [
  3097. {
  3098. "location" : "query",
  3099. "schema" : {
  3100. "_type" : "integer",
  3101. "description" : "A page number within the paginated result set.",
  3102. "title" : "Page"
  3103. },
  3104. "name" : "page"
  3105. },
  3106. {
  3107. "location" : "query",
  3108. "schema" : {
  3109. "title" : "Page size",
  3110. "_type" : "integer",
  3111. "description" : "Number of results to return per page."
  3112. },
  3113. "name" : "page_size"
  3114. },
  3115. {
  3116. "location" : "query",
  3117. "schema" : {
  3118. "description" : "A search term.",
  3119. "_type" : "string",
  3120. "title" : "Search"
  3121. },
  3122. "name" : "search"
  3123. }
  3124. ],
  3125. "action" : "get",
  3126. "_type" : "link"
  3127. },
  3128. "read" : {
  3129. "action" : "get",
  3130. "_type" : "link",
  3131. "url" : "/api/v1/emails/verification/{key}/",
  3132. "fields" : [
  3133. {
  3134. "required" : true,
  3135. "schema" : {
  3136. "_type" : "string",
  3137. "description" : "",
  3138. "title" : ""
  3139. },
  3140. "name" : "key",
  3141. "location" : "path"
  3142. },
  3143. {
  3144. "location" : "query",
  3145. "name" : "search",
  3146. "schema" : {
  3147. "description" : "A search term.",
  3148. "_type" : "string",
  3149. "title" : "Search"
  3150. }
  3151. }
  3152. ]
  3153. },
  3154. "create" : {
  3155. "encoding" : "application/json",
  3156. "_type" : "link",
  3157. "action" : "post",
  3158. "fields" : [
  3159. {
  3160. "location" : "form",
  3161. "required" : true,
  3162. "name" : "email_address",
  3163. "schema" : {
  3164. "description" : "",
  3165. "_type" : "integer",
  3166. "title" : "E-mail address"
  3167. }
  3168. }
  3169. ],
  3170. "url" : "/api/v1/emails/verification/"
  3171. }
  3172. },
  3173. "partial_update" : {
  3174. "url" : "/api/v1/emails/{id}/",
  3175. "fields" : [
  3176. {
  3177. "location" : "path",
  3178. "required" : true,
  3179. "schema" : {
  3180. "_type" : "string",
  3181. "description" : "",
  3182. "title" : ""
  3183. },
  3184. "name" : "id"
  3185. },
  3186. {
  3187. "name" : "email",
  3188. "schema" : {
  3189. "title" : "Email",
  3190. "description" : "",
  3191. "_type" : "string"
  3192. },
  3193. "location" : "form"
  3194. },
  3195. {
  3196. "location" : "form",
  3197. "name" : "primary",
  3198. "schema" : {
  3199. "_type" : "boolean",
  3200. "description" : "",
  3201. "title" : "Primary"
  3202. }
  3203. },
  3204. {
  3205. "schema" : {
  3206. "description" : "",
  3207. "_type" : "integer",
  3208. "title" : "User"
  3209. },
  3210. "name" : "user",
  3211. "location" : "form"
  3212. },
  3213. {
  3214. "location" : "query",
  3215. "name" : "search",
  3216. "schema" : {
  3217. "_type" : "string",
  3218. "description" : "A search term.",
  3219. "title" : "Search"
  3220. }
  3221. }
  3222. ],
  3223. "encoding" : "application/json",
  3224. "action" : "patch",
  3225. "_type" : "link"
  3226. },
  3227. "create" : {
  3228. "action" : "post",
  3229. "_type" : "link",
  3230. "encoding" : "application/json",
  3231. "url" : "/api/v1/emails/",
  3232. "fields" : [
  3233. {
  3234. "name" : "email",
  3235. "schema" : {
  3236. "description" : "",
  3237. "_type" : "string",
  3238. "title" : "Email"
  3239. },
  3240. "required" : true,
  3241. "location" : "form"
  3242. },
  3243. {
  3244. "location" : "form",
  3245. "schema" : {
  3246. "_type" : "boolean",
  3247. "description" : "",
  3248. "title" : "Primary"
  3249. },
  3250. "name" : "primary"
  3251. },
  3252. {
  3253. "schema" : {
  3254. "title" : "User",
  3255. "_type" : "integer",
  3256. "description" : ""
  3257. },
  3258. "name" : "user",
  3259. "required" : true,
  3260. "location" : "form"
  3261. }
  3262. ]
  3263. },
  3264. "list" : {
  3265. "fields" : [
  3266. {
  3267. "location" : "query",
  3268. "name" : "page",
  3269. "schema" : {
  3270. "description" : "A page number within the paginated result set.",
  3271. "_type" : "integer",
  3272. "title" : "Page"
  3273. }
  3274. },
  3275. {
  3276. "name" : "page_size",
  3277. "schema" : {
  3278. "title" : "Page size",
  3279. "description" : "Number of results to return per page.",
  3280. "_type" : "integer"
  3281. },
  3282. "location" : "query"
  3283. },
  3284. {
  3285. "schema" : {
  3286. "description" : "A search term.",
  3287. "_type" : "string",
  3288. "title" : "Search"
  3289. },
  3290. "name" : "search",
  3291. "location" : "query"
  3292. }
  3293. ],
  3294. "url" : "/api/v1/emails/",
  3295. "_type" : "link",
  3296. "action" : "get"
  3297. },
  3298. "delete" : {
  3299. "fields" : [
  3300. {
  3301. "name" : "id",
  3302. "schema" : {
  3303. "description" : "",
  3304. "_type" : "string",
  3305. "title" : ""
  3306. },
  3307. "required" : true,
  3308. "location" : "path"
  3309. },
  3310. {
  3311. "location" : "query",
  3312. "name" : "search",
  3313. "schema" : {
  3314. "description" : "A search term.",
  3315. "_type" : "string",
  3316. "title" : "Search"
  3317. }
  3318. }
  3319. ],
  3320. "url" : "/api/v1/emails/{id}/",
  3321. "_type" : "link",
  3322. "action" : "delete"
  3323. },
  3324. "read" : {
  3325. "_type" : "link",
  3326. "action" : "get",
  3327. "fields" : [
  3328. {
  3329. "schema" : {
  3330. "description" : "",
  3331. "_type" : "string",
  3332. "title" : ""
  3333. },
  3334. "name" : "id",
  3335. "required" : true,
  3336. "location" : "path"
  3337. },
  3338. {
  3339. "schema" : {
  3340. "_type" : "string",
  3341. "description" : "A search term.",
  3342. "title" : "Search"
  3343. },
  3344. "name" : "search",
  3345. "location" : "query"
  3346. }
  3347. ],
  3348. "url" : "/api/v1/emails/{id}/"
  3349. }
  3350. },
  3351. "imports" : {
  3352. "notifications" : {
  3353. "list" : {
  3354. "fields" : [
  3355. {
  3356. "location" : "path",
  3357. "required" : true,
  3358. "name" : "id",
  3359. "schema" : {
  3360. "description" : "",
  3361. "_type" : "string",
  3362. "title" : ""
  3363. }
  3364. },
  3365. {
  3366. "schema" : {
  3367. "title" : "Page",
  3368. "description" : "A page number within the paginated result set.",
  3369. "_type" : "integer"
  3370. },
  3371. "name" : "page",
  3372. "location" : "query"
  3373. },
  3374. {
  3375. "name" : "page_size",
  3376. "schema" : {
  3377. "title" : "Page size",
  3378. "_type" : "integer",
  3379. "description" : "Number of results to return per page."
  3380. },
  3381. "location" : "query"
  3382. },
  3383. {
  3384. "schema" : {
  3385. "_type" : "string",
  3386. "description" : "A search term.",
  3387. "title" : "Search"
  3388. },
  3389. "name" : "search",
  3390. "location" : "query"
  3391. }
  3392. ],
  3393. "url" : "/api/v1/imports/{id}/notifications/",
  3394. "_type" : "link",
  3395. "action" : "get"
  3396. }
  3397. },
  3398. "create" : {
  3399. "url" : "/api/v1/imports/",
  3400. "action" : "post",
  3401. "_type" : "link"
  3402. },
  3403. "latest" : {
  3404. "list" : {
  3405. "url" : "/api/v1/imports/latest/",
  3406. "fields" : [
  3407. {
  3408. "location" : "query",
  3409. "name" : "page",
  3410. "schema" : {
  3411. "title" : "Page",
  3412. "description" : "A page number within the paginated result set.",
  3413. "_type" : "integer"
  3414. }
  3415. },
  3416. {
  3417. "schema" : {
  3418. "title" : "Page size",
  3419. "description" : "Number of results to return per page.",
  3420. "_type" : "integer"
  3421. },
  3422. "name" : "page_size",
  3423. "location" : "query"
  3424. },
  3425. {
  3426. "location" : "query",
  3427. "schema" : {
  3428. "title" : "Search",
  3429. "_type" : "string",
  3430. "description" : "A search term."
  3431. },
  3432. "name" : "search"
  3433. }
  3434. ],
  3435. "action" : "get",
  3436. "description" : "Return the most recent import for each of the user's repositories.",
  3437. "_type" : "link"
  3438. }
  3439. },
  3440. "list" : {
  3441. "_type" : "link",
  3442. "action" : "get",
  3443. "fields" : [
  3444. {
  3445. "location" : "query",
  3446. "name" : "page",
  3447. "schema" : {
  3448. "title" : "Page",
  3449. "description" : "A page number within the paginated result set.",
  3450. "_type" : "integer"
  3451. }
  3452. },
  3453. {
  3454. "location" : "query",
  3455. "schema" : {
  3456. "title" : "Page size",
  3457. "description" : "Number of results to return per page.",
  3458. "_type" : "integer"
  3459. },
  3460. "name" : "page_size"
  3461. },
  3462. {
  3463. "schema" : {
  3464. "_type" : "string",
  3465. "description" : "A search term.",
  3466. "title" : "Search"
  3467. },
  3468. "name" : "search",
  3469. "location" : "query"
  3470. }
  3471. ],
  3472. "url" : "/api/v1/imports/"
  3473. },
  3474. "read" : {
  3475. "fields" : [
  3476. {
  3477. "schema" : {
  3478. "description" : "",
  3479. "_type" : "string",
  3480. "title" : ""
  3481. },
  3482. "name" : "id",
  3483. "required" : true,
  3484. "location" : "path"
  3485. },
  3486. {
  3487. "location" : "query",
  3488. "schema" : {
  3489. "title" : "Search",
  3490. "_type" : "string",
  3491. "description" : "A search term."
  3492. },
  3493. "name" : "search"
  3494. }
  3495. ],
  3496. "url" : "/api/v1/imports/{id}/",
  3497. "_type" : "link",
  3498. "action" : "get"
  3499. }
  3500. },
  3501. "tokens" : {
  3502. "create" : {
  3503. "url" : "/api/v1/tokens/",
  3504. "_type" : "link",
  3505. "description" : "Uses a GitHub token to authenticate the user, and returns\na Galaxy Token on success.",
  3506. "action" : "post"
  3507. }
  3508. },
  3509. "notifications" : {
  3510. "list" : {
  3511. "_type" : "link",
  3512. "action" : "get",
  3513. "fields" : [
  3514. {
  3515. "location" : "query",
  3516. "schema" : {
  3517. "title" : "Page",
  3518. "_type" : "integer",
  3519. "description" : "A page number within the paginated result set."
  3520. },
  3521. "name" : "page"
  3522. },
  3523. {
  3524. "name" : "page_size",
  3525. "schema" : {
  3526. "_type" : "integer",
  3527. "description" : "Number of results to return per page.",
  3528. "title" : "Page size"
  3529. },
  3530. "location" : "query"
  3531. },
  3532. {
  3533. "location" : "query",
  3534. "name" : "search",
  3535. "schema" : {
  3536. "_type" : "string",
  3537. "description" : "A search term.",
  3538. "title" : "Search"
  3539. }
  3540. }
  3541. ],
  3542. "url" : "/api/v1/notifications/"
  3543. },
  3544. "read" : {
  3545. "url" : "/api/v1/notifications/{id}/",
  3546. "fields" : [
  3547. {
  3548. "required" : true,
  3549. "schema" : {
  3550. "description" : "",
  3551. "_type" : "string",
  3552. "title" : ""
  3553. },
  3554. "name" : "id",
  3555. "location" : "path"
  3556. },
  3557. {
  3558. "location" : "query",
  3559. "name" : "search",
  3560. "schema" : {
  3561. "title" : "Search",
  3562. "_type" : "string",
  3563. "description" : "A search term."
  3564. }
  3565. }
  3566. ],
  3567. "action" : "get",
  3568. "_type" : "link"
  3569. },
  3570. "create" : {
  3571. "url" : "/api/v1/notifications/",
  3572. "fields" : [
  3573. {
  3574. "location" : "form",
  3575. "schema" : {
  3576. "title" : "Travis build url",
  3577. "description" : "",
  3578. "_type" : "string"
  3579. },
  3580. "name" : "travis_build_url"
  3581. },
  3582. {
  3583. "location" : "form",
  3584. "schema" : {
  3585. "title" : "Travis status",
  3586. "_type" : "string",
  3587. "description" : ""
  3588. },
  3589. "name" : "travis_status"
  3590. },
  3591. {
  3592. "location" : "form",
  3593. "schema" : {
  3594. "title" : "Commit message",
  3595. "description" : "",
  3596. "_type" : "string"
  3597. },
  3598. "name" : "commit_message"
  3599. },
  3600. {
  3601. "location" : "form",
  3602. "schema" : {
  3603. "title" : "Committed at",
  3604. "description" : "",
  3605. "_type" : "string"
  3606. },
  3607. "name" : "committed_at"
  3608. },
  3609. {
  3610. "name" : "commit",
  3611. "schema" : {
  3612. "_type" : "string",
  3613. "description" : "",
  3614. "title" : "Commit"
  3615. },
  3616. "location" : "form"
  3617. }
  3618. ],
  3619. "action" : "post",
  3620. "_type" : "link",
  3621. "encoding" : "application/json"
  3622. }
  3623. },
  3624. "search" : {
  3625. "content" : {
  3626. "list" : {
  3627. "url" : "/api/v1/search/content/",
  3628. "fields" : [
  3629. {
  3630. "location" : "query",
  3631. "name" : "page",
  3632. "schema" : {
  3633. "_type" : "integer",
  3634. "description" : "A page number within the paginated result set.",
  3635. "title" : "Page"
  3636. }
  3637. },
  3638. {
  3639. "name" : "page_size",
  3640. "schema" : {
  3641. "description" : "Number of results to return per page.",
  3642. "_type" : "integer",
  3643. "title" : "Page size"
  3644. },
  3645. "location" : "query"
  3646. }
  3647. ],
  3648. "action" : "get",
  3649. "_type" : "link"
  3650. }
  3651. },
  3652. "cloud_platforms" : {
  3653. "list" : {
  3654. "url" : "/api/v1/search/cloud_platforms/",
  3655. "fields" : [
  3656. {
  3657. "location" : "query",
  3658. "name" : "page",
  3659. "schema" : {
  3660. "description" : "A page number within the paginated result set.",
  3661. "_type" : "integer",
  3662. "title" : "Page"
  3663. }
  3664. },
  3665. {
  3666. "name" : "page_size",
  3667. "schema" : {
  3668. "description" : "Number of results to return per page.",
  3669. "_type" : "integer",
  3670. "title" : "Page size"
  3671. },
  3672. "location" : "query"
  3673. }
  3674. ],
  3675. "action" : "get",
  3676. "_type" : "link"
  3677. }
  3678. },
  3679. "platforms" : {
  3680. "list" : {
  3681. "fields" : [
  3682. {
  3683. "name" : "page",
  3684. "schema" : {
  3685. "title" : "Page",
  3686. "description" : "A page number within the paginated result set.",
  3687. "_type" : "integer"
  3688. },
  3689. "location" : "query"
  3690. },
  3691. {
  3692. "schema" : {
  3693. "_type" : "integer",
  3694. "description" : "Number of results to return per page.",
  3695. "title" : "Page size"
  3696. },
  3697. "name" : "page_size",
  3698. "location" : "query"
  3699. }
  3700. ],
  3701. "url" : "/api/v1/search/platforms/",
  3702. "_type" : "link",
  3703. "action" : "get"
  3704. }
  3705. },
  3706. "list" : {
  3707. "url" : "/api/v1/search/",
  3708. "_type" : "link",
  3709. "action" : "get"
  3710. },
  3711. "roles" : {
  3712. "list" : {
  3713. "fields" : [
  3714. {
  3715. "location" : "query",
  3716. "name" : "page",
  3717. "schema" : {
  3718. "title" : "Page",
  3719. "_type" : "integer",
  3720. "description" : "A page number within the paginated result set."
  3721. }
  3722. },
  3723. {
  3724. "name" : "page_size",
  3725. "schema" : {
  3726. "description" : "Number of results to return per page.",
  3727. "_type" : "integer",
  3728. "title" : "Page size"
  3729. },
  3730. "location" : "query"
  3731. }
  3732. ],
  3733. "url" : "/api/v1/search/roles/",
  3734. "_type" : "link",
  3735. "action" : "get"
  3736. }
  3737. },
  3738. "tags" : {
  3739. "list" : {
  3740. "action" : "get",
  3741. "_type" : "link",
  3742. "url" : "/api/v1/search/tags/",
  3743. "fields" : [
  3744. {
  3745. "location" : "query",
  3746. "schema" : {
  3747. "_type" : "integer",
  3748. "description" : "A page number within the paginated result set.",
  3749. "title" : "Page"
  3750. },
  3751. "name" : "page"
  3752. },
  3753. {
  3754. "location" : "query",
  3755. "schema" : {
  3756. "_type" : "integer",
  3757. "description" : "Number of results to return per page.",
  3758. "title" : "Page size"
  3759. },
  3760. "name" : "page_size"
  3761. }
  3762. ]
  3763. }
  3764. },
  3765. "users" : {
  3766. "list" : {
  3767. "url" : "/api/v1/search/users/",
  3768. "fields" : [
  3769. {
  3770. "location" : "query",
  3771. "schema" : {
  3772. "description" : "A page number within the paginated result set.",
  3773. "_type" : "integer",
  3774. "title" : "Page"
  3775. },
  3776. "name" : "page"
  3777. },
  3778. {
  3779. "schema" : {
  3780. "title" : "Page size",
  3781. "_type" : "integer",
  3782. "description" : "Number of results to return per page."
  3783. },
  3784. "name" : "page_size",
  3785. "location" : "query"
  3786. }
  3787. ],
  3788. "action" : "get",
  3789. "_type" : "link"
  3790. }
  3791. },
  3792. "top_contributors" : {
  3793. "list" : {
  3794. "url" : "/api/v1/search/top_contributors/",
  3795. "fields" : [
  3796. {
  3797. "schema" : {
  3798. "_type" : "integer",
  3799. "description" : "A page number within the paginated result set.",
  3800. "title" : "Page"
  3801. },
  3802. "name" : "page",
  3803. "location" : "query"
  3804. },
  3805. {
  3806. "schema" : {
  3807. "title" : "Page size",
  3808. "description" : "Number of results to return per page.",
  3809. "_type" : "integer"
  3810. },
  3811. "name" : "page_size",
  3812. "location" : "query"
  3813. },
  3814. {
  3815. "location" : "query",
  3816. "name" : "search",
  3817. "schema" : {
  3818. "description" : "A search term.",
  3819. "_type" : "string",
  3820. "title" : "Search"
  3821. }
  3822. }
  3823. ],
  3824. "action" : "get",
  3825. "_type" : "link"
  3826. }
  3827. }
  3828. },
  3829. "users" : {
  3830. "read" : {
  3831. "url" : "/api/v1/users/{id}/",
  3832. "fields" : [
  3833. {
  3834. "schema" : {
  3835. "_type" : "string",
  3836. "description" : "",
  3837. "title" : ""
  3838. },
  3839. "name" : "id",
  3840. "required" : true,
  3841. "location" : "path"
  3842. },
  3843. {
  3844. "location" : "query",
  3845. "name" : "search",
  3846. "schema" : {
  3847. "description" : "A search term.",
  3848. "_type" : "string",
  3849. "title" : "Search"
  3850. }
  3851. }
  3852. ],
  3853. "action" : "get",
  3854. "_type" : "link"
  3855. },
  3856. "list" : {
  3857. "_type" : "link",
  3858. "action" : "get",
  3859. "fields" : [
  3860. {
  3861. "location" : "query",
  3862. "name" : "page",
  3863. "schema" : {
  3864. "title" : "Page",
  3865. "description" : "A page number within the paginated result set.",
  3866. "_type" : "integer"
  3867. }
  3868. },
  3869. {
  3870. "location" : "query",
  3871. "schema" : {
  3872. "title" : "Page size",
  3873. "description" : "Number of results to return per page.",
  3874. "_type" : "integer"
  3875. },
  3876. "name" : "page_size"
  3877. },
  3878. {
  3879. "schema" : {
  3880. "title" : "Search",
  3881. "description" : "A search term.",
  3882. "_type" : "string"
  3883. },
  3884. "name" : "search",
  3885. "location" : "query"
  3886. }
  3887. ],
  3888. "url" : "/api/v1/users/"
  3889. },
  3890. "token" : {
  3891. "read" : {
  3892. "fields" : [
  3893. {
  3894. "name" : "id",
  3895. "schema" : {
  3896. "title" : "",
  3897. "_type" : "string",
  3898. "description" : ""
  3899. },
  3900. "required" : true,
  3901. "location" : "path"
  3902. },
  3903. {
  3904. "location" : "query",
  3905. "schema" : {
  3906. "_type" : "string",
  3907. "description" : "A search term.",
  3908. "title" : "Search"
  3909. },
  3910. "name" : "search"
  3911. }
  3912. ],
  3913. "url" : "/api/v1/users/{id}/token/",
  3914. "_type" : "link",
  3915. "action" : "get"
  3916. },
  3917. "partial_update" : {
  3918. "action" : "patch",
  3919. "_type" : "link",
  3920. "url" : "/api/v1/users/{id}/token/",
  3921. "fields" : [
  3922. {
  3923. "location" : "path",
  3924. "schema" : {
  3925. "_type" : "string",
  3926. "description" : "",
  3927. "title" : ""
  3928. },
  3929. "name" : "id",
  3930. "required" : true
  3931. },
  3932. {
  3933. "location" : "query",
  3934. "schema" : {
  3935. "description" : "A search term.",
  3936. "_type" : "string",
  3937. "title" : "Search"
  3938. },
  3939. "name" : "search"
  3940. }
  3941. ]
  3942. },
  3943. "update" : {
  3944. "url" : "/api/v1/users/{id}/token/",
  3945. "fields" : [
  3946. {
  3947. "location" : "path",
  3948. "required" : true,
  3949. "name" : "id",
  3950. "schema" : {
  3951. "title" : "",
  3952. "_type" : "string",
  3953. "description" : ""
  3954. }
  3955. },
  3956. {
  3957. "schema" : {
  3958. "title" : "Search",
  3959. "_type" : "string",
  3960. "description" : "A search term."
  3961. },
  3962. "name" : "search",
  3963. "location" : "query"
  3964. }
  3965. ],
  3966. "action" : "put",
  3967. "_type" : "link"
  3968. }
  3969. },
  3970. "subscriptions" : {
  3971. "list" : {
  3972. "fields" : [
  3973. {
  3974. "location" : "path",
  3975. "required" : true,
  3976. "name" : "id",
  3977. "schema" : {
  3978. "description" : "",
  3979. "_type" : "string",
  3980. "title" : ""
  3981. }
  3982. },
  3983. {
  3984. "location" : "query",
  3985. "name" : "page",
  3986. "schema" : {
  3987. "title" : "Page",
  3988. "description" : "A page number within the paginated result set.",
  3989. "_type" : "integer"
  3990. }
  3991. },
  3992. {
  3993. "location" : "query",
  3994. "name" : "page_size",
  3995. "schema" : {
  3996. "description" : "Number of results to return per page.",
  3997. "_type" : "integer",
  3998. "title" : "Page size"
  3999. }
  4000. },
  4001. {
  4002. "location" : "query",
  4003. "name" : "search",
  4004. "schema" : {
  4005. "title" : "Search",
  4006. "_type" : "string",
  4007. "description" : "A search term."
  4008. }
  4009. }
  4010. ],
  4011. "url" : "/api/v1/users/{id}/subscriptions/",
  4012. "_type" : "link",
  4013. "action" : "get"
  4014. }
  4015. },
  4016. "partial_update" : {
  4017. "fields" : [
  4018. {
  4019. "location" : "path",
  4020. "schema" : {
  4021. "description" : "",
  4022. "_type" : "string",
  4023. "title" : ""
  4024. },
  4025. "name" : "id",
  4026. "required" : true
  4027. },
  4028. {
  4029. "location" : "form",
  4030. "name" : "username",
  4031. "schema" : {
  4032. "description" : "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters",
  4033. "_type" : "string",
  4034. "title" : "Username"
  4035. }
  4036. },
  4037. {
  4038. "location" : "form",
  4039. "name" : "full_name",
  4040. "schema" : {
  4041. "title" : "Full name",
  4042. "description" : "",
  4043. "_type" : "string"
  4044. }
  4045. },
  4046. {
  4047. "location" : "form",
  4048. "schema" : {
  4049. "title" : "Date joined",
  4050. "description" : "",
  4051. "_type" : "string"
  4052. },
  4053. "name" : "date_joined"
  4054. },
  4055. {
  4056. "schema" : {
  4057. "description" : "",
  4058. "_type" : "string",
  4059. "title" : "Avatar URL"
  4060. },
  4061. "name" : "avatar_url",
  4062. "location" : "form"
  4063. },
  4064. {
  4065. "location" : "query",
  4066. "schema" : {
  4067. "title" : "Search",
  4068. "_type" : "string",
  4069. "description" : "A search term."
  4070. },
  4071. "name" : "search"
  4072. }
  4073. ],
  4074. "url" : "/api/v1/users/{id}/",
  4075. "encoding" : "application/json",
  4076. "_type" : "link",
  4077. "action" : "patch"
  4078. },
  4079. "emails" : {
  4080. "list" : {
  4081. "fields" : [
  4082. {
  4083. "location" : "path",
  4084. "schema" : {
  4085. "title" : "",
  4086. "_type" : "string",
  4087. "description" : ""
  4088. },
  4089. "name" : "id",
  4090. "required" : true
  4091. },
  4092. {
  4093. "location" : "query",
  4094. "name" : "page",
  4095. "schema" : {
  4096. "description" : "A page number within the paginated result set.",
  4097. "_type" : "integer",
  4098. "title" : "Page"
  4099. }
  4100. },
  4101. {
  4102. "location" : "query",
  4103. "schema" : {
  4104. "title" : "Page size",
  4105. "description" : "Number of results to return per page.",
  4106. "_type" : "integer"
  4107. },
  4108. "name" : "page_size"
  4109. },
  4110. {
  4111. "location" : "query",
  4112. "name" : "search",
  4113. "schema" : {
  4114. "title" : "Search",
  4115. "_type" : "string",
  4116. "description" : "A search term."
  4117. }
  4118. }
  4119. ],
  4120. "url" : "/api/v1/users/{id}/emails/",
  4121. "_type" : "link",
  4122. "action" : "get"
  4123. }
  4124. },
  4125. "update" : {
  4126. "fields" : [
  4127. {
  4128. "location" : "path",
  4129. "schema" : {
  4130. "description" : "",
  4131. "_type" : "string",
  4132. "title" : ""
  4133. },
  4134. "name" : "id",
  4135. "required" : true
  4136. },
  4137. {
  4138. "location" : "form",
  4139. "name" : "username",
  4140. "schema" : {
  4141. "description" : "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters",
  4142. "_type" : "string",
  4143. "title" : "Username"
  4144. },
  4145. "required" : true
  4146. },
  4147. {
  4148. "location" : "form",
  4149. "name" : "full_name",
  4150. "schema" : {
  4151. "title" : "Full name",
  4152. "description" : "",
  4153. "_type" : "string"
  4154. }
  4155. },
  4156. {
  4157. "name" : "date_joined",
  4158. "schema" : {
  4159. "title" : "Date joined",
  4160. "description" : "",
  4161. "_type" : "string"
  4162. },
  4163. "location" : "form"
  4164. },
  4165. {
  4166. "schema" : {
  4167. "title" : "Avatar URL",
  4168. "description" : "",
  4169. "_type" : "string"
  4170. },
  4171. "name" : "avatar_url",
  4172. "location" : "form"
  4173. },
  4174. {
  4175. "location" : "query",
  4176. "schema" : {
  4177. "title" : "Search",
  4178. "description" : "A search term.",
  4179. "_type" : "string"
  4180. },
  4181. "name" : "search"
  4182. }
  4183. ],
  4184. "url" : "/api/v1/users/{id}/",
  4185. "encoding" : "application/json",
  4186. "_type" : "link",
  4187. "action" : "put"
  4188. },
  4189. "secrets" : {
  4190. "list" : {
  4191. "url" : "/api/v1/users/{id}/secrets/",
  4192. "fields" : [
  4193. {
  4194. "location" : "path",
  4195. "name" : "id",
  4196. "schema" : {
  4197. "_type" : "string",
  4198. "description" : "",
  4199. "title" : ""
  4200. },
  4201. "required" : true
  4202. },
  4203. {
  4204. "location" : "query",
  4205. "schema" : {
  4206. "_type" : "integer",
  4207. "description" : "A page number within the paginated result set.",
  4208. "title" : "Page"
  4209. },
  4210. "name" : "page"
  4211. },
  4212. {
  4213. "location" : "query",
  4214. "schema" : {
  4215. "title" : "Page size",
  4216. "description" : "Number of results to return per page.",
  4217. "_type" : "integer"
  4218. },
  4219. "name" : "page_size"
  4220. },
  4221. {
  4222. "location" : "query",
  4223. "name" : "search",
  4224. "schema" : {
  4225. "_type" : "string",
  4226. "description" : "A search term.",
  4227. "title" : "Search"
  4228. }
  4229. }
  4230. ],
  4231. "action" : "get",
  4232. "_type" : "link"
  4233. }
  4234. },
  4235. "starred" : {
  4236. "list" : {
  4237. "_type" : "link",
  4238. "action" : "get",
  4239. "fields" : [
  4240. {
  4241. "required" : true,
  4242. "name" : "id",
  4243. "schema" : {
  4244. "title" : "",
  4245. "_type" : "string",
  4246. "description" : ""
  4247. },
  4248. "location" : "path"
  4249. },
  4250. {
  4251. "schema" : {
  4252. "_type" : "integer",
  4253. "description" : "A page number within the paginated result set.",
  4254. "title" : "Page"
  4255. },
  4256. "name" : "page",
  4257. "location" : "query"
  4258. },
  4259. {
  4260. "location" : "query",
  4261. "name" : "page_size",
  4262. "schema" : {
  4263. "title" : "Page size",
  4264. "description" : "Number of results to return per page.",
  4265. "_type" : "integer"
  4266. }
  4267. },
  4268. {
  4269. "schema" : {
  4270. "_type" : "string",
  4271. "description" : "A search term.",
  4272. "title" : "Search"
  4273. },
  4274. "name" : "search",
  4275. "location" : "query"
  4276. }
  4277. ],
  4278. "url" : "/api/v1/users/{id}/starred/"
  4279. }
  4280. },
  4281. "repos" : {
  4282. "list" : {
  4283. "action" : "get",
  4284. "_type" : "link",
  4285. "url" : "/api/v1/users/{id}/repos/",
  4286. "fields" : [
  4287. {
  4288. "location" : "path",
  4289. "name" : "id",
  4290. "schema" : {
  4291. "title" : "",
  4292. "description" : "",
  4293. "_type" : "string"
  4294. },
  4295. "required" : true
  4296. },
  4297. {
  4298. "schema" : {
  4299. "description" : "A page number within the paginated result set.",
  4300. "_type" : "integer",
  4301. "title" : "Page"
  4302. },
  4303. "name" : "page",
  4304. "location" : "query"
  4305. },
  4306. {
  4307. "location" : "query",
  4308. "name" : "page_size",
  4309. "schema" : {
  4310. "title" : "Page size",
  4311. "description" : "Number of results to return per page.",
  4312. "_type" : "integer"
  4313. }
  4314. },
  4315. {
  4316. "name" : "search",
  4317. "schema" : {
  4318. "title" : "Search",
  4319. "description" : "A search term.",
  4320. "_type" : "string"
  4321. },
  4322. "location" : "query"
  4323. }
  4324. ]
  4325. }
  4326. }
  4327. },
  4328. "notification_secrets" : {
  4329. "create" : {
  4330. "url" : "/api/v1/notification_secrets/",
  4331. "fields" : [
  4332. {
  4333. "location" : "form",
  4334. "required" : true,
  4335. "name" : "owner",
  4336. "schema" : {
  4337. "title" : "Owner",
  4338. "_type" : "integer",
  4339. "description" : ""
  4340. }
  4341. },
  4342. {
  4343. "name" : "github_user",
  4344. "schema" : {
  4345. "title" : "Github Username",
  4346. "_type" : "string",
  4347. "description" : ""
  4348. },
  4349. "required" : true,
  4350. "location" : "form"
  4351. },
  4352. {
  4353. "schema" : {
  4354. "_type" : "string",
  4355. "description" : "",
  4356. "title" : "Github Repository"
  4357. },
  4358. "name" : "github_repo",
  4359. "required" : true,
  4360. "location" : "form"
  4361. },
  4362. {
  4363. "schema" : {
  4364. "title" : "Source",
  4365. "_type" : "string",
  4366. "description" : ""
  4367. },
  4368. "name" : "source",
  4369. "required" : true,
  4370. "location" : "form"
  4371. }
  4372. ],
  4373. "description" : "Integration tokens.",
  4374. "action" : "post",
  4375. "_type" : "link",
  4376. "encoding" : "application/json"
  4377. },
  4378. "list" : {
  4379. "url" : "/api/v1/notification_secrets/",
  4380. "fields" : [
  4381. {
  4382. "name" : "page",
  4383. "schema" : {
  4384. "description" : "A page number within the paginated result set.",
  4385. "_type" : "integer",
  4386. "title" : "Page"
  4387. },
  4388. "location" : "query"
  4389. },
  4390. {
  4391. "schema" : {
  4392. "description" : "Number of results to return per page.",
  4393. "_type" : "integer",
  4394. "title" : "Page size"
  4395. },
  4396. "name" : "page_size",
  4397. "location" : "query"
  4398. },
  4399. {
  4400. "location" : "query",
  4401. "schema" : {
  4402. "title" : "Search",
  4403. "_type" : "string",
  4404. "description" : "A search term."
  4405. },
  4406. "name" : "search"
  4407. }
  4408. ],
  4409. "action" : "get",
  4410. "description" : "Integration tokens.",
  4411. "_type" : "link"
  4412. },
  4413. "delete" : {
  4414. "url" : "/api/v1/notification_secrets/{id}/",
  4415. "fields" : [
  4416. {
  4417. "location" : "path",
  4418. "required" : true,
  4419. "name" : "id",
  4420. "schema" : {
  4421. "description" : "",
  4422. "_type" : "string",
  4423. "title" : ""
  4424. }
  4425. },
  4426. {
  4427. "name" : "search",
  4428. "schema" : {
  4429. "description" : "A search term.",
  4430. "_type" : "string",
  4431. "title" : "Search"
  4432. },
  4433. "location" : "query"
  4434. }
  4435. ],
  4436. "action" : "delete",
  4437. "_type" : "link"
  4438. },
  4439. "read" : {
  4440. "fields" : [
  4441. {
  4442. "required" : true,
  4443. "name" : "id",
  4444. "schema" : {
  4445. "title" : "",
  4446. "description" : "",
  4447. "_type" : "string"
  4448. },
  4449. "location" : "path"
  4450. },
  4451. {
  4452. "name" : "search",
  4453. "schema" : {
  4454. "description" : "A search term.",
  4455. "_type" : "string",
  4456. "title" : "Search"
  4457. },
  4458. "location" : "query"
  4459. }
  4460. ],
  4461. "url" : "/api/v1/notification_secrets/{id}/",
  4462. "_type" : "link",
  4463. "action" : "get"
  4464. },
  4465. "update" : {
  4466. "url" : "/api/v1/notification_secrets/{id}/",
  4467. "fields" : [
  4468. {
  4469. "required" : true,
  4470. "name" : "id",
  4471. "schema" : {
  4472. "description" : "",
  4473. "_type" : "string",
  4474. "title" : ""
  4475. },
  4476. "location" : "path"
  4477. },
  4478. {
  4479. "name" : "owner",
  4480. "schema" : {
  4481. "description" : "",
  4482. "_type" : "integer",
  4483. "title" : "Owner"
  4484. },
  4485. "required" : true,
  4486. "location" : "form"
  4487. },
  4488. {
  4489. "required" : true,
  4490. "schema" : {
  4491. "description" : "",
  4492. "_type" : "string",
  4493. "title" : "Github Username"
  4494. },
  4495. "name" : "github_user",
  4496. "location" : "form"
  4497. },
  4498. {
  4499. "location" : "form",
  4500. "required" : true,
  4501. "name" : "github_repo",
  4502. "schema" : {
  4503. "title" : "Github Repository",
  4504. "_type" : "string",
  4505. "description" : ""
  4506. }
  4507. },
  4508. {
  4509. "location" : "form",
  4510. "name" : "source",
  4511. "schema" : {
  4512. "title" : "Source",
  4513. "_type" : "string",
  4514. "description" : ""
  4515. },
  4516. "required" : true
  4517. },
  4518. {
  4519. "location" : "query",
  4520. "schema" : {
  4521. "title" : "Search",
  4522. "description" : "A search term.",
  4523. "_type" : "string"
  4524. },
  4525. "name" : "search"
  4526. }
  4527. ],
  4528. "action" : "put",
  4529. "_type" : "link",
  4530. "encoding" : "application/json"
  4531. },
  4532. "partial_update" : {
  4533. "url" : "/api/v1/notification_secrets/{id}/",
  4534. "fields" : [
  4535. {
  4536. "location" : "path",
  4537. "required" : true,
  4538. "schema" : {
  4539. "description" : "",
  4540. "_type" : "string",
  4541. "title" : ""
  4542. },
  4543. "name" : "id"
  4544. },
  4545. {
  4546. "location" : "form",
  4547. "name" : "owner",
  4548. "schema" : {
  4549. "description" : "",
  4550. "_type" : "integer",
  4551. "title" : "Owner"
  4552. }
  4553. },
  4554. {
  4555. "name" : "github_user",
  4556. "schema" : {
  4557. "title" : "Github Username",
  4558. "_type" : "string",
  4559. "description" : ""
  4560. },
  4561. "location" : "form"
  4562. },
  4563. {
  4564. "name" : "github_repo",
  4565. "schema" : {
  4566. "description" : "",
  4567. "_type" : "string",
  4568. "title" : "Github Repository"
  4569. },
  4570. "location" : "form"
  4571. },
  4572. {
  4573. "location" : "form",
  4574. "name" : "source",
  4575. "schema" : {
  4576. "title" : "Source",
  4577. "description" : "",
  4578. "_type" : "string"
  4579. }
  4580. },
  4581. {
  4582. "name" : "search",
  4583. "schema" : {
  4584. "title" : "Search",
  4585. "_type" : "string",
  4586. "description" : "A search term."
  4587. },
  4588. "location" : "query"
  4589. }
  4590. ],
  4591. "encoding" : "application/json",
  4592. "action" : "patch",
  4593. "_type" : "link"
  4594. }
  4595. },
  4596. "platforms" : {
  4597. "list" : {
  4598. "url" : "/api/v1/platforms/",
  4599. "fields" : [
  4600. {
  4601. "name" : "page",
  4602. "schema" : {
  4603. "_type" : "integer",
  4604. "description" : "A page number within the paginated result set.",
  4605. "title" : "Page"
  4606. },
  4607. "location" : "query"
  4608. },
  4609. {
  4610. "name" : "page_size",
  4611. "schema" : {
  4612. "title" : "Page size",
  4613. "_type" : "integer",
  4614. "description" : "Number of results to return per page."
  4615. },
  4616. "location" : "query"
  4617. },
  4618. {
  4619. "location" : "query",
  4620. "schema" : {
  4621. "description" : "A search term.",
  4622. "_type" : "string",
  4623. "title" : "Search"
  4624. },
  4625. "name" : "search"
  4626. }
  4627. ],
  4628. "action" : "get",
  4629. "_type" : "link"
  4630. },
  4631. "read" : {
  4632. "fields" : [
  4633. {
  4634. "name" : "id",
  4635. "schema" : {
  4636. "description" : "",
  4637. "_type" : "string",
  4638. "title" : ""
  4639. },
  4640. "required" : true,
  4641. "location" : "path"
  4642. },
  4643. {
  4644. "location" : "query",
  4645. "schema" : {
  4646. "title" : "Search",
  4647. "_type" : "string",
  4648. "description" : "A search term."
  4649. },
  4650. "name" : "search"
  4651. }
  4652. ],
  4653. "url" : "/api/v1/platforms/{id}/",
  4654. "_type" : "link",
  4655. "action" : "get"
  4656. }
  4657. },
  4658. "roles" : {
  4659. "imports" : {
  4660. "list" : {
  4661. "fields" : [
  4662. {
  4663. "location" : "path",
  4664. "required" : true,
  4665. "name" : "id",
  4666. "schema" : {
  4667. "title" : "",
  4668. "_type" : "string",
  4669. "description" : ""
  4670. }
  4671. },
  4672. {
  4673. "location" : "query",
  4674. "name" : "page",
  4675. "schema" : {
  4676. "description" : "A page number within the paginated result set.",
  4677. "_type" : "integer",
  4678. "title" : "Page"
  4679. }
  4680. },
  4681. {
  4682. "schema" : {
  4683. "description" : "Number of results to return per page.",
  4684. "_type" : "integer",
  4685. "title" : "Page size"
  4686. },
  4687. "name" : "page_size",
  4688. "location" : "query"
  4689. },
  4690. {
  4691. "location" : "query",
  4692. "name" : "search",
  4693. "schema" : {
  4694. "description" : "A search term.",
  4695. "_type" : "string",
  4696. "title" : "Search"
  4697. }
  4698. }
  4699. ],
  4700. "url" : "/api/v1/roles/{id}/imports/",
  4701. "_type" : "link",
  4702. "action" : "get"
  4703. }
  4704. },
  4705. "users" : {
  4706. "list" : {
  4707. "_type" : "link",
  4708. "action" : "get",
  4709. "fields" : [
  4710. {
  4711. "location" : "path",
  4712. "name" : "id",
  4713. "schema" : {
  4714. "description" : "",
  4715. "_type" : "string",
  4716. "title" : ""
  4717. },
  4718. "required" : true
  4719. },
  4720. {
  4721. "location" : "query",
  4722. "schema" : {
  4723. "description" : "A page number within the paginated result set.",
  4724. "_type" : "integer",
  4725. "title" : "Page"
  4726. },
  4727. "name" : "page"
  4728. },
  4729. {
  4730. "schema" : {
  4731. "title" : "Page size",
  4732. "_type" : "integer",
  4733. "description" : "Number of results to return per page."
  4734. },
  4735. "name" : "page_size",
  4736. "location" : "query"
  4737. },
  4738. {
  4739. "location" : "query",
  4740. "schema" : {
  4741. "title" : "Search",
  4742. "_type" : "string",
  4743. "description" : "A search term."
  4744. },
  4745. "name" : "search"
  4746. }
  4747. ],
  4748. "url" : "/api/v1/roles/{id}/users/"
  4749. }
  4750. },
  4751. "downloads" : {
  4752. "create" : {
  4753. "url" : "/api/v1/roles/{id}/downloads/",
  4754. "fields" : [
  4755. {
  4756. "required" : true,
  4757. "schema" : {
  4758. "title" : "",
  4759. "description" : "",
  4760. "_type" : "string"
  4761. },
  4762. "name" : "id",
  4763. "location" : "path"
  4764. }
  4765. ],
  4766. "action" : "post",
  4767. "_type" : "link"
  4768. }
  4769. },
  4770. "versions" : {
  4771. "list" : {
  4772. "url" : "/api/v1/roles/{id}/versions/",
  4773. "fields" : [
  4774. {
  4775. "location" : "path",
  4776. "required" : true,
  4777. "schema" : {
  4778. "_type" : "string",
  4779. "description" : "",
  4780. "title" : ""
  4781. },
  4782. "name" : "id"
  4783. },
  4784. {
  4785. "schema" : {
  4786. "description" : "A page number within the paginated result set.",
  4787. "_type" : "integer",
  4788. "title" : "Page"
  4789. },
  4790. "name" : "page",
  4791. "location" : "query"
  4792. },
  4793. {
  4794. "name" : "page_size",
  4795. "schema" : {
  4796. "title" : "Page size",
  4797. "description" : "Number of results to return per page.",
  4798. "_type" : "integer"
  4799. },
  4800. "location" : "query"
  4801. },
  4802. {
  4803. "schema" : {
  4804. "title" : "Search",
  4805. "description" : "A search term.",
  4806. "_type" : "string"
  4807. },
  4808. "name" : "search",
  4809. "location" : "query"
  4810. }
  4811. ],
  4812. "action" : "get",
  4813. "_type" : "link"
  4814. }
  4815. },
  4816. "dependencies" : {
  4817. "list" : {
  4818. "action" : "get",
  4819. "_type" : "link",
  4820. "url" : "/api/v1/roles/{id}/dependencies/",
  4821. "fields" : [
  4822. {
  4823. "name" : "id",
  4824. "schema" : {
  4825. "title" : "",
  4826. "_type" : "string",
  4827. "description" : ""
  4828. },
  4829. "required" : true,
  4830. "location" : "path"
  4831. },
  4832. {
  4833. "name" : "page",
  4834. "schema" : {
  4835. "title" : "Page",
  4836. "_type" : "integer",
  4837. "description" : "A page number within the paginated result set."
  4838. },
  4839. "location" : "query"
  4840. },
  4841. {
  4842. "location" : "query",
  4843. "name" : "page_size",
  4844. "schema" : {
  4845. "description" : "Number of results to return per page.",
  4846. "_type" : "integer",
  4847. "title" : "Page size"
  4848. }
  4849. },
  4850. {
  4851. "location" : "query",
  4852. "schema" : {
  4853. "title" : "Search",
  4854. "_type" : "string",
  4855. "description" : "A search term."
  4856. },
  4857. "name" : "search"
  4858. }
  4859. ]
  4860. }
  4861. },
  4862. "list" : {
  4863. "fields" : [
  4864. {
  4865. "location" : "query",
  4866. "schema" : {
  4867. "title" : "Page",
  4868. "description" : "A page number within the paginated result set.",
  4869. "_type" : "integer"
  4870. },
  4871. "name" : "page"
  4872. },
  4873. {
  4874. "schema" : {
  4875. "_type" : "integer",
  4876. "description" : "Number of results to return per page.",
  4877. "title" : "Page size"
  4878. },
  4879. "name" : "page_size",
  4880. "location" : "query"
  4881. },
  4882. {
  4883. "location" : "query",
  4884. "schema" : {
  4885. "_type" : "string",
  4886. "description" : "A search term.",
  4887. "title" : "Search"
  4888. },
  4889. "name" : "search"
  4890. }
  4891. ],
  4892. "url" : "/api/v1/roles/",
  4893. "_type" : "link",
  4894. "action" : "get"
  4895. },
  4896. "read" : {
  4897. "action" : "get",
  4898. "_type" : "link",
  4899. "url" : "/api/v1/roles/{id}/",
  4900. "fields" : [
  4901. {
  4902. "name" : "id",
  4903. "schema" : {
  4904. "title" : "",
  4905. "_type" : "string",
  4906. "description" : ""
  4907. },
  4908. "required" : true,
  4909. "location" : "path"
  4910. },
  4911. {
  4912. "name" : "search",
  4913. "schema" : {
  4914. "title" : "Search",
  4915. "_type" : "string",
  4916. "description" : "A search term."
  4917. },
  4918. "location" : "query"
  4919. }
  4920. ]
  4921. }
  4922. },
  4923. "content_types" : {
  4924. "read" : {
  4925. "_type" : "link",
  4926. "action" : "get",
  4927. "fields" : [
  4928. {
  4929. "required" : true,
  4930. "schema" : {
  4931. "description" : "",
  4932. "_type" : "string",
  4933. "title" : ""
  4934. },
  4935. "name" : "id",
  4936. "location" : "path"
  4937. },
  4938. {
  4939. "schema" : {
  4940. "title" : "Search",
  4941. "description" : "A search term.",
  4942. "_type" : "string"
  4943. },
  4944. "name" : "search",
  4945. "location" : "query"
  4946. }
  4947. ],
  4948. "url" : "/api/v1/content_types/{id}/"
  4949. },
  4950. "list" : {
  4951. "fields" : [
  4952. {
  4953. "schema" : {
  4954. "description" : "A page number within the paginated result set.",
  4955. "_type" : "integer",
  4956. "title" : "Page"
  4957. },
  4958. "name" : "page",
  4959. "location" : "query"
  4960. },
  4961. {
  4962. "name" : "page_size",
  4963. "schema" : {
  4964. "title" : "Page size",
  4965. "_type" : "integer",
  4966. "description" : "Number of results to return per page."
  4967. },
  4968. "location" : "query"
  4969. },
  4970. {
  4971. "name" : "search",
  4972. "schema" : {
  4973. "title" : "Search",
  4974. "description" : "A search term.",
  4975. "_type" : "string"
  4976. },
  4977. "location" : "query"
  4978. }
  4979. ],
  4980. "url" : "/api/v1/content_types/",
  4981. "_type" : "link",
  4982. "action" : "get"
  4983. }
  4984. },
  4985. "content" : {
  4986. "read" : {
  4987. "action" : "get",
  4988. "_type" : "link",
  4989. "url" : "/api/v1/content/{id}/",
  4990. "fields" : [
  4991. {
  4992. "location" : "path",
  4993. "name" : "id",
  4994. "schema" : {
  4995. "title" : "",
  4996. "_type" : "string",
  4997. "description" : ""
  4998. },
  4999. "required" : true
  5000. },
  5001. {
  5002. "location" : "query",
  5003. "schema" : {
  5004. "title" : "Search",
  5005. "description" : "A search term.",
  5006. "_type" : "string"
  5007. },
  5008. "name" : "search"
  5009. }
  5010. ]
  5011. },
  5012. "list" : {
  5013. "action" : "get",
  5014. "_type" : "link",
  5015. "url" : "/api/v1/content/",
  5016. "fields" : [
  5017. {
  5018. "name" : "page",
  5019. "schema" : {
  5020. "_type" : "integer",
  5021. "description" : "A page number within the paginated result set.",
  5022. "title" : "Page"
  5023. },
  5024. "location" : "query"
  5025. },
  5026. {
  5027. "name" : "page_size",
  5028. "schema" : {
  5029. "_type" : "integer",
  5030. "description" : "Number of results to return per page.",
  5031. "title" : "Page size"
  5032. },
  5033. "location" : "query"
  5034. },
  5035. {
  5036. "name" : "search",
  5037. "schema" : {
  5038. "_type" : "string",
  5039. "description" : "A search term.",
  5040. "title" : "Search"
  5041. },
  5042. "location" : "query"
  5043. }
  5044. ]
  5045. },
  5046. "dependencies" : {
  5047. "list" : {
  5048. "url" : "/api/v1/content/{id}/dependencies/",
  5049. "fields" : [
  5050. {
  5051. "location" : "path",
  5052. "required" : true,
  5053. "schema" : {
  5054. "description" : "",
  5055. "_type" : "string",
  5056. "title" : ""
  5057. },
  5058. "name" : "id"
  5059. },
  5060. {
  5061. "schema" : {
  5062. "title" : "Page",
  5063. "_type" : "integer",
  5064. "description" : "A page number within the paginated result set."
  5065. },
  5066. "name" : "page",
  5067. "location" : "query"
  5068. },
  5069. {
  5070. "schema" : {
  5071. "title" : "Page size",
  5072. "_type" : "integer",
  5073. "description" : "Number of results to return per page."
  5074. },
  5075. "name" : "page_size",
  5076. "location" : "query"
  5077. },
  5078. {
  5079. "schema" : {
  5080. "title" : "Search",
  5081. "_type" : "string",
  5082. "description" : "A search term."
  5083. },
  5084. "name" : "search",
  5085. "location" : "query"
  5086. }
  5087. ],
  5088. "action" : "get",
  5089. "_type" : "link"
  5090. }
  5091. }
  5092. },
  5093. "cloud_platforms" : {
  5094. "read" : {
  5095. "url" : "/api/v1/cloud_platforms/{id}/",
  5096. "fields" : [
  5097. {
  5098. "location" : "path",
  5099. "schema" : {
  5100. "_type" : "string",
  5101. "description" : "",
  5102. "title" : ""
  5103. },
  5104. "name" : "id",
  5105. "required" : true
  5106. },
  5107. {
  5108. "schema" : {
  5109. "description" : "A search term.",
  5110. "_type" : "string",
  5111. "title" : "Search"
  5112. },
  5113. "name" : "search",
  5114. "location" : "query"
  5115. }
  5116. ],
  5117. "action" : "get",
  5118. "_type" : "link"
  5119. },
  5120. "list" : {
  5121. "url" : "/api/v1/cloud_platforms/",
  5122. "fields" : [
  5123. {
  5124. "schema" : {
  5125. "title" : "Page",
  5126. "description" : "A page number within the paginated result set.",
  5127. "_type" : "integer"
  5128. },
  5129. "name" : "page",
  5130. "location" : "query"
  5131. },
  5132. {
  5133. "location" : "query",
  5134. "name" : "page_size",
  5135. "schema" : {
  5136. "_type" : "integer",
  5137. "description" : "Number of results to return per page.",
  5138. "title" : "Page size"
  5139. }
  5140. },
  5141. {
  5142. "schema" : {
  5143. "title" : "Search",
  5144. "_type" : "string",
  5145. "description" : "A search term."
  5146. },
  5147. "name" : "search",
  5148. "location" : "query"
  5149. }
  5150. ],
  5151. "action" : "get",
  5152. "_type" : "link"
  5153. }
  5154. },
  5155. "community_surveys" : {
  5156. "collection" : {
  5157. "create" : {
  5158. "url" : "/api/v1/community_surveys/collection/",
  5159. "fields" : [
  5160. {
  5161. "schema" : {
  5162. "_type" : "integer",
  5163. "description" : "",
  5164. "title" : "User"
  5165. },
  5166. "name" : "user",
  5167. "required" : true,
  5168. "location" : "form"
  5169. },
  5170. {
  5171. "location" : "form",
  5172. "name" : "docs",
  5173. "schema" : {
  5174. "description" : "",
  5175. "_type" : "integer",
  5176. "title" : "Docs"
  5177. }
  5178. },
  5179. {
  5180. "name" : "ease_of_use",
  5181. "schema" : {
  5182. "description" : "",
  5183. "_type" : "integer",
  5184. "title" : "Ease of use"
  5185. },
  5186. "location" : "form"
  5187. },
  5188. {
  5189. "location" : "form",
  5190. "schema" : {
  5191. "title" : "Does what it says",
  5192. "description" : "",
  5193. "_type" : "integer"
  5194. },
  5195. "name" : "does_what_it_says"
  5196. },
  5197. {
  5198. "schema" : {
  5199. "title" : "Works as is",
  5200. "_type" : "integer",
  5201. "description" : ""
  5202. },
  5203. "name" : "works_as_is",
  5204. "location" : "form"
  5205. },
  5206. {
  5207. "location" : "form",
  5208. "name" : "used_in_production",
  5209. "schema" : {
  5210. "title" : "Used in production",
  5211. "description" : "",
  5212. "_type" : "integer"
  5213. }
  5214. },
  5215. {
  5216. "name" : "content_id",
  5217. "schema" : {
  5218. "_type" : "integer",
  5219. "description" : "",
  5220. "title" : "Content id"
  5221. },
  5222. "required" : true,
  5223. "location" : "form"
  5224. },
  5225. {
  5226. "required" : true,
  5227. "name" : "collection",
  5228. "schema" : {
  5229. "title" : "Collection",
  5230. "_type" : "integer",
  5231. "description" : ""
  5232. },
  5233. "location" : "form"
  5234. }
  5235. ],
  5236. "action" : "post",
  5237. "_type" : "link",
  5238. "encoding" : "application/json"
  5239. },
  5240. "read" : {
  5241. "action" : "get",
  5242. "_type" : "link",
  5243. "url" : "/api/v1/community_surveys/collection/{id}/",
  5244. "fields" : [
  5245. {
  5246. "required" : true,
  5247. "schema" : {
  5248. "_type" : "string",
  5249. "description" : "",
  5250. "title" : ""
  5251. },
  5252. "name" : "id",
  5253. "location" : "path"
  5254. },
  5255. {
  5256. "schema" : {
  5257. "title" : "Search",
  5258. "description" : "A search term.",
  5259. "_type" : "string"
  5260. },
  5261. "name" : "search",
  5262. "location" : "query"
  5263. }
  5264. ]
  5265. },
  5266. "delete" : {
  5267. "_type" : "link",
  5268. "action" : "delete",
  5269. "fields" : [
  5270. {
  5271. "location" : "path",
  5272. "required" : true,
  5273. "name" : "id",
  5274. "schema" : {
  5275. "_type" : "string",
  5276. "description" : "",
  5277. "title" : ""
  5278. }
  5279. },
  5280. {
  5281. "location" : "query",
  5282. "name" : "search",
  5283. "schema" : {
  5284. "description" : "A search term.",
  5285. "_type" : "string",
  5286. "title" : "Search"
  5287. }
  5288. }
  5289. ],
  5290. "url" : "/api/v1/community_surveys/collection/{id}/"
  5291. },
  5292. "list" : {
  5293. "_type" : "link",
  5294. "action" : "get",
  5295. "fields" : [
  5296. {
  5297. "name" : "page",
  5298. "schema" : {
  5299. "title" : "Page",
  5300. "description" : "A page number within the paginated result set.",
  5301. "_type" : "integer"
  5302. },
  5303. "location" : "query"
  5304. },
  5305. {
  5306. "name" : "page_size",
  5307. "schema" : {
  5308. "title" : "Page size",
  5309. "_type" : "integer",
  5310. "description" : "Number of results to return per page."
  5311. },
  5312. "location" : "query"
  5313. },
  5314. {
  5315. "location" : "query",
  5316. "schema" : {
  5317. "title" : "Search",
  5318. "description" : "A search term.",
  5319. "_type" : "string"
  5320. },
  5321. "name" : "search"
  5322. }
  5323. ],
  5324. "url" : "/api/v1/community_surveys/collection/"
  5325. },
  5326. "update" : {
  5327. "encoding" : "application/json",
  5328. "_type" : "link",
  5329. "action" : "put",
  5330. "fields" : [
  5331. {
  5332. "location" : "path",
  5333. "required" : true,
  5334. "name" : "id",
  5335. "schema" : {
  5336. "title" : "",
  5337. "_type" : "string",
  5338. "description" : ""
  5339. }
  5340. },
  5341. {
  5342. "required" : true,
  5343. "schema" : {
  5344. "title" : "User",
  5345. "_type" : "integer",
  5346. "description" : ""
  5347. },
  5348. "name" : "user",
  5349. "location" : "form"
  5350. },
  5351. {
  5352. "location" : "form",
  5353. "schema" : {
  5354. "title" : "Docs",
  5355. "description" : "",
  5356. "_type" : "integer"
  5357. },
  5358. "name" : "docs"
  5359. },
  5360. {
  5361. "name" : "ease_of_use",
  5362. "schema" : {
  5363. "description" : "",
  5364. "_type" : "integer",
  5365. "title" : "Ease of use"
  5366. },
  5367. "location" : "form"
  5368. },
  5369. {
  5370. "schema" : {
  5371. "title" : "Does what it says",
  5372. "_type" : "integer",
  5373. "description" : ""
  5374. },
  5375. "name" : "does_what_it_says",
  5376. "location" : "form"
  5377. },
  5378. {
  5379. "schema" : {
  5380. "description" : "",
  5381. "_type" : "integer",
  5382. "title" : "Works as is"
  5383. },
  5384. "name" : "works_as_is",
  5385. "location" : "form"
  5386. },
  5387. {
  5388. "location" : "form",
  5389. "name" : "used_in_production",
  5390. "schema" : {
  5391. "title" : "Used in production",
  5392. "description" : "",
  5393. "_type" : "integer"
  5394. }
  5395. },
  5396. {
  5397. "location" : "form",
  5398. "name" : "content_id",
  5399. "schema" : {
  5400. "description" : "",
  5401. "_type" : "integer",
  5402. "title" : "Content id"
  5403. },
  5404. "required" : true
  5405. },
  5406. {
  5407. "name" : "collection",
  5408. "schema" : {
  5409. "title" : "Collection",
  5410. "description" : "",
  5411. "_type" : "integer"
  5412. },
  5413. "required" : true,
  5414. "location" : "form"
  5415. },
  5416. {
  5417. "name" : "search",
  5418. "schema" : {
  5419. "_type" : "string",
  5420. "description" : "A search term.",
  5421. "title" : "Search"
  5422. },
  5423. "location" : "query"
  5424. }
  5425. ],
  5426. "url" : "/api/v1/community_surveys/collection/{id}/"
  5427. },
  5428. "partial_update" : {
  5429. "action" : "patch",
  5430. "_type" : "link",
  5431. "encoding" : "application/json",
  5432. "url" : "/api/v1/community_surveys/collection/{id}/",
  5433. "fields" : [
  5434. {
  5435. "location" : "path",
  5436. "required" : true,
  5437. "schema" : {
  5438. "_type" : "string",
  5439. "description" : "",
  5440. "title" : ""
  5441. },
  5442. "name" : "id"
  5443. },
  5444. {
  5445. "schema" : {
  5446. "title" : "User",
  5447. "description" : "",
  5448. "_type" : "integer"
  5449. },
  5450. "name" : "user",
  5451. "location" : "form"
  5452. },
  5453. {
  5454. "schema" : {
  5455. "title" : "Docs",
  5456. "_type" : "integer",
  5457. "description" : ""
  5458. },
  5459. "name" : "docs",
  5460. "location" : "form"
  5461. },
  5462. {
  5463. "name" : "ease_of_use",
  5464. "schema" : {
  5465. "title" : "Ease of use",
  5466. "_type" : "integer",
  5467. "description" : ""
  5468. },
  5469. "location" : "form"
  5470. },
  5471. {
  5472. "schema" : {
  5473. "description" : "",
  5474. "_type" : "integer",
  5475. "title" : "Does what it says"
  5476. },
  5477. "name" : "does_what_it_says",
  5478. "location" : "form"
  5479. },
  5480. {
  5481. "schema" : {
  5482. "title" : "Works as is",
  5483. "_type" : "integer",
  5484. "description" : ""
  5485. },
  5486. "name" : "works_as_is",
  5487. "location" : "form"
  5488. },
  5489. {
  5490. "name" : "used_in_production",
  5491. "schema" : {
  5492. "_type" : "integer",
  5493. "description" : "",
  5494. "title" : "Used in production"
  5495. },
  5496. "location" : "form"
  5497. },
  5498. {
  5499. "location" : "form",
  5500. "name" : "content_id",
  5501. "schema" : {
  5502. "title" : "Content id",
  5503. "_type" : "integer",
  5504. "description" : ""
  5505. }
  5506. },
  5507. {
  5508. "schema" : {
  5509. "title" : "Collection",
  5510. "_type" : "integer",
  5511. "description" : ""
  5512. },
  5513. "name" : "collection",
  5514. "location" : "form"
  5515. },
  5516. {
  5517. "schema" : {
  5518. "_type" : "string",
  5519. "description" : "A search term.",
  5520. "title" : "Search"
  5521. },
  5522. "name" : "search",
  5523. "location" : "query"
  5524. }
  5525. ]
  5526. }
  5527. },
  5528. "repository" : {
  5529. "update" : {
  5530. "action" : "put",
  5531. "_type" : "link",
  5532. "encoding" : "application/json",
  5533. "url" : "/api/v1/community_surveys/repository/{id}/",
  5534. "fields" : [
  5535. {
  5536. "name" : "id",
  5537. "schema" : {
  5538. "title" : "",
  5539. "description" : "",
  5540. "_type" : "string"
  5541. },
  5542. "required" : true,
  5543. "location" : "path"
  5544. },
  5545. {
  5546. "location" : "form",
  5547. "required" : true,
  5548. "schema" : {
  5549. "title" : "User",
  5550. "description" : "",
  5551. "_type" : "integer"
  5552. },
  5553. "name" : "user"
  5554. },
  5555. {
  5556. "location" : "form",
  5557. "name" : "docs",
  5558. "schema" : {
  5559. "description" : "",
  5560. "_type" : "integer",
  5561. "title" : "Docs"
  5562. }
  5563. },
  5564. {
  5565. "name" : "ease_of_use",
  5566. "schema" : {
  5567. "title" : "Ease of use",
  5568. "_type" : "integer",
  5569. "description" : ""
  5570. },
  5571. "location" : "form"
  5572. },
  5573. {
  5574. "schema" : {
  5575. "title" : "Does what it says",
  5576. "description" : "",
  5577. "_type" : "integer"
  5578. },
  5579. "name" : "does_what_it_says",
  5580. "location" : "form"
  5581. },
  5582. {
  5583. "name" : "works_as_is",
  5584. "schema" : {
  5585. "description" : "",
  5586. "_type" : "integer",
  5587. "title" : "Works as is"
  5588. },
  5589. "location" : "form"
  5590. },
  5591. {
  5592. "schema" : {
  5593. "title" : "Used in production",
  5594. "description" : "",
  5595. "_type" : "integer"
  5596. },
  5597. "name" : "used_in_production",
  5598. "location" : "form"
  5599. },
  5600. {
  5601. "location" : "form",
  5602. "schema" : {
  5603. "title" : "Content id",
  5604. "description" : "",
  5605. "_type" : "integer"
  5606. },
  5607. "name" : "content_id",
  5608. "required" : true
  5609. },
  5610. {
  5611. "schema" : {
  5612. "_type" : "integer",
  5613. "description" : "",
  5614. "title" : "Repository"
  5615. },
  5616. "name" : "repository",
  5617. "required" : true,
  5618. "location" : "form"
  5619. },
  5620. {
  5621. "schema" : {
  5622. "title" : "Search",
  5623. "description" : "A search term.",
  5624. "_type" : "string"
  5625. },
  5626. "name" : "search",
  5627. "location" : "query"
  5628. }
  5629. ]
  5630. },
  5631. "partial_update" : {
  5632. "url" : "/api/v1/community_surveys/repository/{id}/",
  5633. "fields" : [
  5634. {
  5635. "name" : "id",
  5636. "schema" : {
  5637. "_type" : "string",
  5638. "description" : "",
  5639. "title" : ""
  5640. },
  5641. "required" : true,
  5642. "location" : "path"
  5643. },
  5644. {
  5645. "name" : "user",
  5646. "schema" : {
  5647. "title" : "User",
  5648. "_type" : "integer",
  5649. "description" : ""
  5650. },
  5651. "location" : "form"
  5652. },
  5653. {
  5654. "location" : "form",
  5655. "schema" : {
  5656. "description" : "",
  5657. "_type" : "integer",
  5658. "title" : "Docs"
  5659. },
  5660. "name" : "docs"
  5661. },
  5662. {
  5663. "location" : "form",
  5664. "name" : "ease_of_use",
  5665. "schema" : {
  5666. "_type" : "integer",
  5667. "description" : "",
  5668. "title" : "Ease of use"
  5669. }
  5670. },
  5671. {
  5672. "location" : "form",
  5673. "schema" : {
  5674. "_type" : "integer",
  5675. "description" : "",
  5676. "title" : "Does what it says"
  5677. },
  5678. "name" : "does_what_it_says"
  5679. },
  5680. {
  5681. "location" : "form",
  5682. "schema" : {
  5683. "title" : "Works as is",
  5684. "description" : "",
  5685. "_type" : "integer"
  5686. },
  5687. "name" : "works_as_is"
  5688. },
  5689. {
  5690. "schema" : {
  5691. "title" : "Used in production",
  5692. "description" : "",
  5693. "_type" : "integer"
  5694. },
  5695. "name" : "used_in_production",
  5696. "location" : "form"
  5697. },
  5698. {
  5699. "schema" : {
  5700. "description" : "",
  5701. "_type" : "integer",
  5702. "title" : "Content id"
  5703. },
  5704. "name" : "content_id",
  5705. "location" : "form"
  5706. },
  5707. {
  5708. "schema" : {
  5709. "_type" : "integer",
  5710. "description" : "",
  5711. "title" : "Repository"
  5712. },
  5713. "name" : "repository",
  5714. "location" : "form"
  5715. },
  5716. {
  5717. "name" : "search",
  5718. "schema" : {
  5719. "description" : "A search term.",
  5720. "_type" : "string",
  5721. "title" : "Search"
  5722. },
  5723. "location" : "query"
  5724. }
  5725. ],
  5726. "action" : "patch",
  5727. "_type" : "link",
  5728. "encoding" : "application/json"
  5729. },
  5730. "create" : {
  5731. "encoding" : "application/json",
  5732. "_type" : "link",
  5733. "action" : "post",
  5734. "fields" : [
  5735. {
  5736. "location" : "form",
  5737. "schema" : {
  5738. "title" : "User",
  5739. "description" : "",
  5740. "_type" : "integer"
  5741. },
  5742. "name" : "user",
  5743. "required" : true
  5744. },
  5745. {
  5746. "location" : "form",
  5747. "name" : "docs",
  5748. "schema" : {
  5749. "title" : "Docs",
  5750. "description" : "",
  5751. "_type" : "integer"
  5752. }
  5753. },
  5754. {
  5755. "name" : "ease_of_use",
  5756. "schema" : {
  5757. "title" : "Ease of use",
  5758. "_type" : "integer",
  5759. "description" : ""
  5760. },
  5761. "location" : "form"
  5762. },
  5763. {
  5764. "name" : "does_what_it_says",
  5765. "schema" : {
  5766. "_type" : "integer",
  5767. "description" : "",
  5768. "title" : "Does what it says"
  5769. },
  5770. "location" : "form"
  5771. },
  5772. {
  5773. "name" : "works_as_is",
  5774. "schema" : {
  5775. "title" : "Works as is",
  5776. "_type" : "integer",
  5777. "description" : ""
  5778. },
  5779. "location" : "form"
  5780. },
  5781. {
  5782. "schema" : {
  5783. "title" : "Used in production",
  5784. "description" : "",
  5785. "_type" : "integer"
  5786. },
  5787. "name" : "used_in_production",
  5788. "location" : "form"
  5789. },
  5790. {
  5791. "location" : "form",
  5792. "required" : true,
  5793. "name" : "content_id",
  5794. "schema" : {
  5795. "title" : "Content id",
  5796. "_type" : "integer",
  5797. "description" : ""
  5798. }
  5799. },
  5800. {
  5801. "location" : "form",
  5802. "required" : true,
  5803. "name" : "repository",
  5804. "schema" : {
  5805. "title" : "Repository",
  5806. "description" : "",
  5807. "_type" : "integer"
  5808. }
  5809. }
  5810. ],
  5811. "url" : "/api/v1/community_surveys/repository/"
  5812. },
  5813. "list" : {
  5814. "fields" : [
  5815. {
  5816. "schema" : {
  5817. "_type" : "integer",
  5818. "description" : "A page number within the paginated result set.",
  5819. "title" : "Page"
  5820. },
  5821. "name" : "page",
  5822. "location" : "query"
  5823. },
  5824. {
  5825. "location" : "query",
  5826. "schema" : {
  5827. "_type" : "integer",
  5828. "description" : "Number of results to return per page.",
  5829. "title" : "Page size"
  5830. },
  5831. "name" : "page_size"
  5832. },
  5833. {
  5834. "schema" : {
  5835. "description" : "A search term.",
  5836. "_type" : "string",
  5837. "title" : "Search"
  5838. },
  5839. "name" : "search",
  5840. "location" : "query"
  5841. }
  5842. ],
  5843. "url" : "/api/v1/community_surveys/repository/",
  5844. "_type" : "link",
  5845. "action" : "get"
  5846. },
  5847. "read" : {
  5848. "_type" : "link",
  5849. "action" : "get",
  5850. "fields" : [
  5851. {
  5852. "name" : "id",
  5853. "schema" : {
  5854. "description" : "",
  5855. "_type" : "string",
  5856. "title" : ""
  5857. },
  5858. "required" : true,
  5859. "location" : "path"
  5860. },
  5861. {
  5862. "schema" : {
  5863. "title" : "Search",
  5864. "_type" : "string",
  5865. "description" : "A search term."
  5866. },
  5867. "name" : "search",
  5868. "location" : "query"
  5869. }
  5870. ],
  5871. "url" : "/api/v1/community_surveys/repository/{id}/"
  5872. },
  5873. "delete" : {
  5874. "url" : "/api/v1/community_surveys/repository/{id}/",
  5875. "fields" : [
  5876. {
  5877. "location" : "path",
  5878. "schema" : {
  5879. "title" : "",
  5880. "description" : "",
  5881. "_type" : "string"
  5882. },
  5883. "name" : "id",
  5884. "required" : true
  5885. },
  5886. {
  5887. "schema" : {
  5888. "_type" : "string",
  5889. "description" : "A search term.",
  5890. "title" : "Search"
  5891. },
  5892. "name" : "search",
  5893. "location" : "query"
  5894. }
  5895. ],
  5896. "action" : "delete",
  5897. "_type" : "link"
  5898. }
  5899. }
  5900. },
  5901. "providers" : {
  5902. "active" : {
  5903. "read" : {
  5904. "_type" : "link",
  5905. "description" : "Active providers",
  5906. "action" : "get",
  5907. "fields" : [
  5908. {
  5909. "required" : true,
  5910. "name" : "id",
  5911. "schema" : {
  5912. "title" : "",
  5913. "_type" : "string",
  5914. "description" : ""
  5915. },
  5916. "location" : "path"
  5917. },
  5918. {
  5919. "location" : "query",
  5920. "schema" : {
  5921. "title" : "Search",
  5922. "_type" : "string",
  5923. "description" : "A search term."
  5924. },
  5925. "name" : "search"
  5926. }
  5927. ],
  5928. "url" : "/api/v1/providers/active/{id}/"
  5929. },
  5930. "list" : {
  5931. "_type" : "link",
  5932. "description" : "Active providers",
  5933. "action" : "get",
  5934. "fields" : [
  5935. {
  5936. "location" : "query",
  5937. "name" : "page",
  5938. "schema" : {
  5939. "title" : "Page",
  5940. "_type" : "integer",
  5941. "description" : "A page number within the paginated result set."
  5942. }
  5943. },
  5944. {
  5945. "schema" : {
  5946. "title" : "Page size",
  5947. "_type" : "integer",
  5948. "description" : "Number of results to return per page."
  5949. },
  5950. "name" : "page_size",
  5951. "location" : "query"
  5952. },
  5953. {
  5954. "location" : "query",
  5955. "name" : "search",
  5956. "schema" : {
  5957. "description" : "A search term.",
  5958. "_type" : "string",
  5959. "title" : "Search"
  5960. }
  5961. }
  5962. ],
  5963. "url" : "/api/v1/providers/active/"
  5964. }
  5965. },
  5966. "list" : {
  5967. "url" : "/api/v1/providers/",
  5968. "_type" : "link",
  5969. "action" : "get",
  5970. "description" : "Provider resources"
  5971. },
  5972. "sources" : {
  5973. "read_0" : {
  5974. "url" : "/api/v1/providers/sources/{provider_name}/{provider_namespace}/{repo_name}/",
  5975. "fields" : [
  5976. {
  5977. "location" : "path",
  5978. "required" : true,
  5979. "name" : "provider_namespace",
  5980. "schema" : {
  5981. "description" : "",
  5982. "_type" : "string",
  5983. "title" : ""
  5984. }
  5985. },
  5986. {
  5987. "name" : "provider_name",
  5988. "schema" : {
  5989. "_type" : "string",
  5990. "description" : "",
  5991. "title" : ""
  5992. },
  5993. "required" : true,
  5994. "location" : "path"
  5995. },
  5996. {
  5997. "location" : "path",
  5998. "required" : true,
  5999. "name" : "repo_name",
  6000. "schema" : {
  6001. "description" : "",
  6002. "_type" : "string",
  6003. "title" : ""
  6004. }
  6005. },
  6006. {
  6007. "schema" : {
  6008. "_type" : "string",
  6009. "description" : "A search term.",
  6010. "title" : "Search"
  6011. },
  6012. "name" : "search",
  6013. "location" : "query"
  6014. }
  6015. ],
  6016. "description" : "Details for a specific repo",
  6017. "action" : "get",
  6018. "_type" : "link"
  6019. },
  6020. "list" : {
  6021. "action" : "get",
  6022. "description" : "Return a list of namespaces from all providers\nfor the requesting user.",
  6023. "_type" : "link",
  6024. "url" : "/api/v1/providers/sources/",
  6025. "fields" : [
  6026. {
  6027. "location" : "query",
  6028. "schema" : {
  6029. "title" : "Page",
  6030. "description" : "A page number within the paginated result set.",
  6031. "_type" : "integer"
  6032. },
  6033. "name" : "page"
  6034. },
  6035. {
  6036. "location" : "query",
  6037. "name" : "page_size",
  6038. "schema" : {
  6039. "title" : "Page size",
  6040. "_type" : "integer",
  6041. "description" : "Number of results to return per page."
  6042. }
  6043. },
  6044. {
  6045. "name" : "search",
  6046. "schema" : {
  6047. "title" : "Search",
  6048. "description" : "A search term.",
  6049. "_type" : "string"
  6050. },
  6051. "location" : "query"
  6052. }
  6053. ]
  6054. },
  6055. "read" : {
  6056. "action" : "get",
  6057. "description" : "Repositories available for a given provider and namespace.",
  6058. "_type" : "link",
  6059. "url" : "/api/v1/providers/sources/{provider_name}/{provider_namespace}/",
  6060. "fields" : [
  6061. {
  6062. "location" : "path",
  6063. "schema" : {
  6064. "description" : "",
  6065. "_type" : "string",
  6066. "title" : ""
  6067. },
  6068. "name" : "provider_namespace",
  6069. "required" : true
  6070. },
  6071. {
  6072. "name" : "provider_name",
  6073. "schema" : {
  6074. "title" : "",
  6075. "description" : "",
  6076. "_type" : "string"
  6077. },
  6078. "required" : true,
  6079. "location" : "path"
  6080. },
  6081. {
  6082. "location" : "query",
  6083. "schema" : {
  6084. "title" : "Search",
  6085. "description" : "A search term.",
  6086. "_type" : "string"
  6087. },
  6088. "name" : "search"
  6089. }
  6090. ]
  6091. }
  6092. }
  6093. },
  6094. "role_types" : {
  6095. "list" : {
  6096. "url" : "/api/v1/role_types/",
  6097. "action" : "get",
  6098. "_type" : "link"
  6099. }
  6100. },
  6101. "me" : {
  6102. "read" : {
  6103. "fields" : [
  6104. {
  6105. "name" : "search",
  6106. "schema" : {
  6107. "description" : "A search term.",
  6108. "_type" : "string",
  6109. "title" : "Search"
  6110. },
  6111. "location" : "query"
  6112. }
  6113. ],
  6114. "url" : "/api/v1/me/",
  6115. "_type" : "link",
  6116. "action" : "get"
  6117. }
  6118. },
  6119. "tags" : {
  6120. "list" : {
  6121. "fields" : [
  6122. {
  6123. "location" : "query",
  6124. "name" : "page",
  6125. "schema" : {
  6126. "_type" : "integer",
  6127. "description" : "A page number within the paginated result set.",
  6128. "title" : "Page"
  6129. }
  6130. },
  6131. {
  6132. "name" : "page_size",
  6133. "schema" : {
  6134. "_type" : "integer",
  6135. "description" : "Number of results to return per page.",
  6136. "title" : "Page size"
  6137. },
  6138. "location" : "query"
  6139. },
  6140. {
  6141. "location" : "query",
  6142. "schema" : {
  6143. "_type" : "string",
  6144. "description" : "A search term.",
  6145. "title" : "Search"
  6146. },
  6147. "name" : "search"
  6148. }
  6149. ],
  6150. "url" : "/api/v1/tags/",
  6151. "_type" : "link",
  6152. "action" : "get"
  6153. },
  6154. "read" : {
  6155. "action" : "get",
  6156. "_type" : "link",
  6157. "url" : "/api/v1/tags/{id}/",
  6158. "fields" : [
  6159. {
  6160. "required" : true,
  6161. "schema" : {
  6162. "description" : "",
  6163. "_type" : "string",
  6164. "title" : ""
  6165. },
  6166. "name" : "id",
  6167. "location" : "path"
  6168. },
  6169. {
  6170. "location" : "query",
  6171. "schema" : {
  6172. "_type" : "string",
  6173. "description" : "A search term.",
  6174. "title" : "Search"
  6175. },
  6176. "name" : "search"
  6177. }
  6178. ]
  6179. }
  6180. }
  6181. }
  6182. },
  6183. "download" : {
  6184. "read" : {
  6185. "_type" : "link",
  6186. "action" : "get",
  6187. "fields" : [
  6188. {
  6189. "name" : "filename",
  6190. "schema" : {
  6191. "title" : "",
  6192. "_type" : "string",
  6193. "description" : ""
  6194. },
  6195. "required" : true,
  6196. "location" : "path"
  6197. }
  6198. ],
  6199. "url" : "/download/{filename}"
  6200. }
  6201. }
  6202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement